#3552AD

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

Shades of Cerulean Blue #3552AD

Tints of Cerulean Blue #3552AD

Color information

#3552AD (or 0x3552AD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 52 and AD. RGB value is (53,82,173). Sum of RGB (Red+Green+Blue) = 53+82+173=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #3552AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3552AD is #CAAD52. Grayscale: #535353. Windows color (decimal): -13282643 or 11358773. OLE color: 11358773.

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

Color convert

RGB5382173-
CMYK0.690.5300.32
HSL225.5º53.1%44.31%-
HSV(B)225.5º69.36%67.84%-
XYZ12.039.8140.79-
YUV83.7178.39106.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=17.21%
G=26.62%
B=56.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53821730.690.5300.32225.553.144.31
Hex3552AD4535020e2352c
Octal65122255105650403426554
Binary1101011010010101011011000101110101010000011100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3552AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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