Shades of Cerulean Blue #325FCE
Tints of Cerulean Blue #325FCE
RGB
CMYK
RGB Variations
Color information
#325FCE (or 0x325FCE) is known color: Cerulean Blue. HEX triplet: 32, 5F and CE. RGB value is (50,95,206). Sum of RGB (Red+Green+Blue) = 50+95+206=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #325FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FCE is #CDA031. Grayscale: #5D5D5D. Windows color (decimal): -13475890 or 13524786. OLE color: 13524786.
HSL color Cylindrical-coordinate representation of color #325FCE: hue angle of 222.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325FCE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 95 | 206 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.19 |
| HSL | 222.69º | 0.61% | 0.5% | - |
| HSV(B) | 222.69º | 0.76% | 0.81% | - |
| XYZ | 16.55 | 13.32 | 60.09 | - |
| YUV | 94.2 | 191.09 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 206 | 0.76 | 0.54 | 0 | 0.19 | 222.69 | 0.61 | 0.5 |
| Hex | 32 | 5F | CE | 4C | 36 | 0 | 13 | DF | 3D | 32 |
| Octal | 62 | 137 | 316 | 114 | 66 | 0 | 23 | 337 | 75 | 62 |
| Binary | 110010 | 1011111 | 11001110 | 1001100 | 110110 | 0 | 10011 | 11011111 | 111101 | 110010 |
Color Harmonies of #325FCE
Complementary color
Monochromatic Colors of #325FCE
Black with #325FCE
Text Example
Text Example
White with #325FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FCE; }
p { color: rgb(50,95,206); }
H1.HeaderClassName
{
color: #325FCE;
}
.AnyTagClassName
{
color: #325FCE;
}
</style>
background-color css
<style>
a { background-color: #325FCE; }
a { background-color: rgb(50,95,206); }
div.DivClassName
{
background-color: #325FCE;
}
.BgClassName
{
background-color: #325FCE;
}
</style>
border-color css
<style>
span { border-color: #325FCE; }
span { border-color: rgb(50,95,206); }
td.TdClassName
{
border-color: #325FCE;
}
.TagClassName
{
border-color: #325FCE;
}
</style>