#325DBE

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

Shades of Cerulean Blue #325DBE

Tints of Cerulean Blue #325DBE

Color information

#325DBE (or 0x325DBE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5D and BE. RGB value is (50,93,190). Sum of RGB (Red+Green+Blue) = 50+93+190=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #325DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBE is #CDA241. Grayscale: #5A5A5A. Windows color (decimal): -13476418 or 12475698. OLE color: 12475698.

HSL color Cylindrical-coordinate representation of color #325DBE: hue angle of 221.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325DBE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5093190-
CMYK0.740.5100.25
HSL221.57º58.33%47.06%-
HSV(B)221.57º73.68%74.51%-
XYZ14.5212.2250.31-
YUV91.2183.7598.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=15.02%
G=27.93%
B=57.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50931900.740.5100.25221.5758.3347.06
Hex325DBE4A33019de3a2f
Octal62135276112630313367257
Binary110010101110110111110100101011001101100111011110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,190); }

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

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

 a { background-color: rgb(50,93,190); }

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

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

 span { border-color: rgb(50,93,190); }

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