#3452a9

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

Shades of Cerulean Blue #3452A9

Tints of Cerulean Blue #3452A9

Color information

#3452A9 (or 0x3452A9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 52 and A9. RGB value is (52,82,169). Sum of RGB (Red+Green+Blue) = 52+82+169=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #3452A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3452A9 is #CBAD56. Grayscale: #525252. Windows color (decimal): -13348183 or 11096628. OLE color: 11096628.

HSL color Cylindrical-coordinate representation of color #3452A9: hue angle of 224.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3452A9 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5282169-
CMYK0.690.5100.34
HSL224.62º52.94%43.33%-
HSV(B)224.62º69.23%66.27%-
XYZ11.599.6338.78-
YUV82.95176.56105.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=17.16%
G=27.06%
B=55.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52821690.690.5100.34224.6252.9443.33
Hex3452A94533022e1352b
Octal64122251105630423416553
Binary1101001010010101010011000101110011010001011100001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3452a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3452a9; }

 p { color: rgb(52,82,169); }

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

<style>
 a { background-color: #3452a9; }

 a { background-color: rgb(52,82,169); }

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

<style>
 span { border-color: #3452a9; }

 span { border-color: rgb(52,82,169); }

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