#325CB8

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

Shades of Cerulean Blue #325CB8

Tints of Cerulean Blue #325CB8

Color information

#325CB8 (or 0x325CB8) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5C and B8. RGB value is (50,92,184). Sum of RGB (Red+Green+Blue) = 50+92+184=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #325CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CB8 is #CDA347. Grayscale: #595959. Windows color (decimal): -13476680 or 12082226. OLE color: 12082226.

HSL color Cylindrical-coordinate representation of color #325CB8: hue angle of 221.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325CB8 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5092184-
CMYK0.730.5000.28
HSL221.19º57.26%45.88%-
HSV(B)221.19º72.83%72.16%-
XYZ13.7911.7946.9-
YUV89.93181.0999.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 184 (72.27% from 255) = 56.44%
R=15.34%
G=28.22%
B=56.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50921840.730.5000.28221.1957.2645.88
Hex325CB8493201Cdd392e
Octal62134270111620343357156
Binary110010101110010111000100100111001001110011011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,92,184); }

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

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

 a { background-color: rgb(50,92,184); }

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

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

 span { border-color: rgb(50,92,184); }

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