Shades of Cerulean Blue #325FC9
Tints of Cerulean Blue #325FC9
RGB
CMYK
RGB Variations
Color information
#325FC9 (or 0x325FC9) is known color: Cerulean Blue. HEX triplet: 32, 5F and C9. RGB value is (50,95,201). Sum of RGB (Red+Green+Blue) = 50+95+201=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #325FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FC9 is #CDA036. Grayscale: #5D5D5D. Windows color (decimal): -13475895 or 13197106. OLE color: 13197106.
HSL color Cylindrical-coordinate representation of color #325FC9: hue angle of 222.12º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325FC9 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 95 | 201 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.21 |
| HSL | 222.12º | 0.6% | 0.49% | - |
| HSV(B) | 222.12º | 0.75% | 0.79% | - |
| XYZ | 15.95 | 13.08 | 56.94 | - |
| YUV | 93.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 201 | 0.75 | 0.53 | 0 | 0.21 | 222.12 | 0.6 | 0.49 |
| Hex | 32 | 5F | C9 | 4B | 35 | 0 | 15 | DE | 3C | 31 |
| Octal | 62 | 137 | 311 | 113 | 65 | 0 | 25 | 336 | 74 | 61 |
| Binary | 110010 | 1011111 | 11001001 | 1001011 | 110101 | 0 | 10101 | 11011110 | 111100 | 110001 |
Color Harmonies of #325FC9
Complementary color
Monochromatic Colors of #325FC9
Black with #325FC9
Text Example
Text Example
White with #325FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FC9; }
p { color: rgb(50,95,201); }
H1.HeaderClassName
{
color: #325FC9;
}
.AnyTagClassName
{
color: #325FC9;
}
</style>
background-color css
<style>
a { background-color: #325FC9; }
a { background-color: rgb(50,95,201); }
div.DivClassName
{
background-color: #325FC9;
}
.BgClassName
{
background-color: #325FC9;
}
</style>
border-color css
<style>
span { border-color: #325FC9; }
span { border-color: rgb(50,95,201); }
td.TdClassName
{
border-color: #325FC9;
}
.TagClassName
{
border-color: #325FC9;
}
</style>