#3353AA

Color #3353AA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3353AA

Tints of Cerulean Blue #3353AA

Color information

#3353AA (or 0x3353AA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 53 and AA. RGB value is (51,83,170). Sum of RGB (Red+Green+Blue) = 51+83+170=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3353AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3353AA is #CCAC55. Grayscale: #525252. Windows color (decimal): -13413462 or 11162419. OLE color: 11162419.

HSL color Cylindrical-coordinate representation of color #3353AA: hue angle of 223.87º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3353AA is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5183170-
CMYK0.70.5100.33
HSL223.87º53.85%43.33%-
HSV(B)223.87º70%66.67%-
XYZ11.719.7939.3-
YUV83.35176.9104.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=16.78%
G=27.30%
B=55.92%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51831700.70.5100.33223.8753.8543.33
Hex3353AA4633021e0362b
Octal63123252106630413406653
Binary1100111010011101010101000110110011010000111100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3353AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3353AA; }

 p { color: rgb(51,83,170); }

 H1.HeaderClassName
 {
   color: #3353AA;
 }
 .AnyTagClassName
 {
   color: #3353AA;
 }
</style>
background-color css

<style>
 a { background-color: #3353AA; }

 a { background-color: rgb(51,83,170); }

 div.DivClassName
 {
   background-color: #3353AA;
 }
 .BgClassName
 {
   background-color: #3353AA;
 }
</style>
border-color css

<style>
 span { border-color: #3353AA; }

 span { border-color: rgb(51,83,170); }

 td.TdClassName
 {
   border-color: #3353AA;
 }
 .TagClassName
 {
   border-color: #3353AA;
 }
</style>