#325EC8

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

Shades of Cerulean Blue #325EC8

Tints of Cerulean Blue #325EC8

Color information

#325EC8 (or 0x325EC8) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5E and C8. RGB value is (50,94,200). Sum of RGB (Red+Green+Blue) = 50+94+200=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #325EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EC8 is #CDA137. Grayscale: #5C5C5C. Windows color (decimal): -13476152 or 13131314. OLE color: 13131314.

HSL color Cylindrical-coordinate representation of color #325EC8: hue angle of 222.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 #325EC8 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5094200-
CMYK0.750.5300.22
HSL222.4º60%49.02%-
HSV(B)222.4º75%78.43%-
XYZ15.7412.8556.29-
YUV92.93188.4297.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 200 (78.52% from 255) = 58.14%
R=14.53%
G=27.33%
B=58.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50942000.750.5300.22222.46049.02
Hex325EC84B35016de3c31
Octal62136310113650263367461
Binary110010101111011001000100101111010101011011011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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