#325DB1

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

Shades of Cerulean Blue #325DB1

Tints of Cerulean Blue #325DB1

Color information

#325DB1 (or 0x325DB1) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5D and B1. RGB value is (50,93,177). Sum of RGB (Red+Green+Blue) = 50+93+177=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #325DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DB1 is #CDA24E. Grayscale: #595959. Windows color (decimal): -13476431 or 11623730. OLE color: 11623730.

HSL color Cylindrical-coordinate representation of color #325DB1: hue angle of 219.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325DB1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5093177-
CMYK0.720.4700.31
HSL219.69º55.95%44.51%-
HSV(B)219.69º71.75%69.41%-
XYZ13.1711.6843.16-
YUV89.72177.2599.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 177 (69.53% from 255) = 55.31%
R=15.62%
G=29.06%
B=55.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50931770.720.4700.31219.6955.9544.51
Hex325DB1482F01Fdc382d
Octal62135261110570373347055
Binary110010101110110110001100100010111101111111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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