#3453AE

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

Shades of Cerulean Blue #3453AE

Tints of Cerulean Blue #3453AE

Color information

#3453AE (or 0x3453AE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 53 and AE. RGB value is (52,83,174). Sum of RGB (Red+Green+Blue) = 52+83+174=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 83 (32.81% from 255 or 26.86% 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 #3453AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3453AE is #CBAC51. Grayscale: #535353. Windows color (decimal): -13347922 or 11424564. OLE color: 11424564.

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

Color convert

RGB5283174-
CMYK0.700.5200.32
HSL224.75º53.98%44.31%-
HSV(B)224.75º70.11%68.24%-
XYZ12.159.9741.33-
YUV84.1178.73105.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=16.83%
G=26.86%
B=56.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52831740.700.5200.32224.7553.9844.31
Hex3453AE4634020e1362c
Octal64123256106640403416654
Binary1101001010011101011101000110110100010000011100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3453AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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