Shades of Cerulean Blue #325CB1
Tints of Cerulean Blue #325CB1
RGB
CMYK
RGB Variations
Color information
#325CB1 (or 0x325CB1) is known color: Cerulean Blue. HEX triplet: 32, 5C and B1. RGB value is (50,92,177). Sum of RGB (Red+Green+Blue) = 50+92+177=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #325CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CB1 is #CDA34E. Grayscale: #585858. Windows color (decimal): -13476687 or 11623474. OLE color: 11623474.
HSL color Cylindrical-coordinate representation of color #325CB1: hue angle of 220.16º 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 #325CB1 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 92 | 177 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.31 |
| HSL | 220.16º | 0.56% | 0.45% | - |
| HSV(B) | 220.16º | 0.72% | 0.69% | - |
| XYZ | 13.08 | 11.51 | 43.13 | - |
| YUV | 89.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 177 | 0.72 | 0.48 | 0 | 0.31 | 220.16 | 0.56 | 0.45 |
| Hex | 32 | 5C | B1 | 48 | 30 | 0 | 1F | DC | 38 | 2D |
| Octal | 62 | 134 | 261 | 110 | 60 | 0 | 37 | 334 | 70 | 55 |
| Binary | 110010 | 1011100 | 10110001 | 1001000 | 110000 | 0 | 11111 | 11011100 | 111000 | 101101 |
Color Harmonies of #325CB1
Complementary color
Monochromatic Colors of #325CB1
Black with #325CB1
Text Example
Text Example
White with #325CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CB1; }
p { color: rgb(50,92,177); }
H1.HeaderClassName
{
color: #325CB1;
}
.AnyTagClassName
{
color: #325CB1;
}
</style>
background-color css
<style>
a { background-color: #325CB1; }
a { background-color: rgb(50,92,177); }
div.DivClassName
{
background-color: #325CB1;
}
.BgClassName
{
background-color: #325CB1;
}
</style>
border-color css
<style>
span { border-color: #325CB1; }
span { border-color: rgb(50,92,177); }
td.TdClassName
{
border-color: #325CB1;
}
.TagClassName
{
border-color: #325CB1;
}
</style>