#325ECC

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

Shades of Cerulean Blue #325ECC

Tints of Cerulean Blue #325ECC

Color information

#325ECC (or 0x325ECC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5E and CC. RGB value is (50,94,204). Sum of RGB (Red+Green+Blue) = 50+94+204=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #325ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECC is #CDA133. Grayscale: #5C5C5C. Windows color (decimal): -13476148 or 13393458. OLE color: 13393458.

HSL color Cylindrical-coordinate representation of color #325ECC: hue angle of 222.86º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325ECC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5094204-
CMYK0.750.5400.2
HSL222.86º60.63%49.8%-
HSV(B)222.86º75.49%80%-
XYZ16.2213.0458.79-
YUV93.38190.4297.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 58.62%
R=14.37%
G=27.01%
B=58.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50942040.750.5400.2222.8660.6349.8
Hex325ECC4B36014df3d32
Octal62136314113660243377562
Binary110010101111011001100100101111011001010011011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325ECC; }

 p { color: rgb(50,94,204); }

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

<style>
 a { background-color: #325ECC; }

 a { background-color: rgb(50,94,204); }

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

<style>
 span { border-color: #325ECC; }

 span { border-color: rgb(50,94,204); }

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