#3245c8

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

Shades of Cerulean Blue #3245C8

Tints of Cerulean Blue #3245C8

Color information

#3245C8 (or 0x3245C8) is unknown color: approx Cerulean Blue. HEX triplet: 32, 45 and C8. RGB value is (50,69,200). Sum of RGB (Red+Green+Blue) = 50+69+200=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 200 (78.52% from 255 or 62.70% from 319); Max value from RGB is 200 - color contains mainly: blue. Hex color #3245C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245C8 is #CDBA37. Grayscale: #4D4D4D. Windows color (decimal): -13482552 or 13124914. OLE color: 13124914.

HSL color Cylindrical-coordinate representation of color #3245C8: hue angle of 232.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3245C8 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5069200-
CMYK0.750.6600.22
HSL232.4º60%49.02%-
HSV(B)232.4º75%78.43%-
XYZ13.879.155.67-
YUV78.25196.71107.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 200 (78.52% from 255) = 62.70%
R=15.67%
G=21.63%
B=62.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50692000.750.6600.22232.46049.02
Hex3245C84B42016e83c31
Octal621053101131020263507461
Binary1100101000101110010001001011100001001011011101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3245c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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