#3552AE

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

Shades of Cerulean Blue #3552AE

Tints of Cerulean Blue #3552AE

Color information

#3552AE (or 0x3552AE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 52 and AE. RGB value is (53,82,174). Sum of RGB (Red+Green+Blue) = 53+82+174=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #3552AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3552AE is #CAAD51. Grayscale: #535353. Windows color (decimal): -13282642 or 11424309. OLE color: 11424309.

HSL color Cylindrical-coordinate representation of color #3552AE: hue angle of 225.62º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3552AE is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5382174-
CMYK0.700.5300.32
HSL225.62º53.3%44.51%-
HSV(B)225.62º69.54%68.24%-
XYZ12.139.8541.31-
YUV83.82178.89106.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=17.15%
G=26.54%
B=56.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53821740.700.5300.32225.6253.344.51
Hex3552AE4635020e2352d
Octal65122256106650403426555
Binary1101011010010101011101000110110101010000011100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3552AE; }

 p { color: rgb(53,82,174); }

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

<style>
 a { background-color: #3552AE; }

 a { background-color: rgb(53,82,174); }

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

<style>
 span { border-color: #3552AE; }

 span { border-color: rgb(53,82,174); }

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