#3553AA

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

Shades of Cerulean Blue #3553AA

Tints of Cerulean Blue #3553AA

Color information

#3553AA (or 0x3553AA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 53 and AA. RGB value is (53,83,170). Sum of RGB (Red+Green+Blue) = 53+83+170=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #3553AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AA is #CAAC55. Grayscale: #535353. Windows color (decimal): -13282390 or 11162421. OLE color: 11162421.

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

Color convert

RGB5383170-
CMYK0.690.5100.33
HSL224.62º52.47%43.73%-
HSV(B)224.62º68.82%66.67%-
XYZ11.829.8539.31-
YUV83.95176.56105.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=17.32%
G=27.12%
B=55.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53831700.690.5100.33224.6252.4743.73
Hex3553AA4533021e1342c
Octal65123252105630413416454
Binary1101011010011101010101000101110011010000111100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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