#3245CA

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

Shades of Cerulean Blue #3245CA

Tints of Cerulean Blue #3245CA

Color information

#3245CA (or 0x3245CA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 45 and CA. RGB value is (50,69,202). Sum of RGB (Red+Green+Blue) = 50+69+202=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #3245CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245CA is #CDBA35. Grayscale: #4D4D4D. Windows color (decimal): -13482550 or 13255986. OLE color: 13255986.

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

Color convert

RGB5069202-
CMYK0.750.6600.21
HSL232.5º60.32%49.41%-
HSV(B)232.5º75.25%79.22%-
XYZ14.19.256.91-
YUV78.48197.71107.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=15.58%
G=21.50%
B=62.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50692020.750.6600.21232.560.3249.41
Hex3245CA4B42015e83c31
Octal621053121131020253507461
Binary1100101000101110010101001011100001001010111101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3245CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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