#3453A9

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

Shades of Cerulean Blue #3453A9

Tints of Cerulean Blue #3453A9

Color information

#3453A9 (or 0x3453A9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 53 and A9. RGB value is (52,83,169). Sum of RGB (Red+Green+Blue) = 52+83+169=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #3453A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3453A9 is #CBAC56. Grayscale: #535353. Windows color (decimal): -13347927 or 11096884. OLE color: 11096884.

HSL color Cylindrical-coordinate representation of color #3453A9: hue angle of 224.1º 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 #3453A9 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5283169-
CMYK0.690.5100.34
HSL224.1º52.94%43.33%-
HSV(B)224.1º69.23%66.27%-
XYZ11.679.7838.81-
YUV83.54176.23105.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=17.11%
G=27.30%
B=55.59%

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
Decimal52831690.690.5100.34224.152.9443.33
Hex3453A94533022e0352b
Octal64123251105630423406553
Binary1101001010011101010011000101110011010001011100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3453A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3453A9; }

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

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

<style>
 a { background-color: #3453A9; }

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

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

<style>
 span { border-color: #3453A9; }

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

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