#3245AE

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

Shades of Cerulean Blue #3245AE

Tints of Cerulean Blue #3245AE

Color information

#3245AE (or 0x3245AE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 45 and AE. RGB value is (50,69,174). Sum of RGB (Red+Green+Blue) = 50+69+174=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3245AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3245AE is #CDBA51. Grayscale: #4A4A4A. Windows color (decimal): -13482578 or 11420978. OLE color: 11420978.

HSL color Cylindrical-coordinate representation of color #3245AE: hue angle of 230.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3245AE is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5069174-
CMYK0.710.6000.32
HSL230.81º55.36%43.92%-
HSV(B)230.81º71.26%68.24%-
XYZ11.087.9941-
YUV75.29183.71109.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=17.06%
G=23.55%
B=59.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50691740.710.6000.32230.8155.3643.92
Hex3245AE473C020e7372c
Octal62105256107740403476754
Binary1100101000101101011101000111111100010000011100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3245AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,69,174); }

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

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

 a { background-color: rgb(50,69,174); }

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

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

 span { border-color: rgb(50,69,174); }

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