Shades of Cerulean Blue #325ECD
Tints of Cerulean Blue #325ECD
RGB
CMYK
RGB Variations
Color information
#325ECD (or 0x325ECD) is known color: Cerulean Blue. HEX triplet: 32, 5E and CD. RGB value is (50,94,205). Sum of RGB (Red+Green+Blue) = 50+94+205=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #325ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECD is #CDA132. Grayscale: #5D5D5D. Windows color (decimal): -13476147 or 13458994. OLE color: 13458994.
HSL color Cylindrical-coordinate representation of color #325ECD: hue angle of 222.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325ECD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 94 | 205 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.20 |
| HSL | 222.97º | 0.61% | 0.5% | - |
| HSV(B) | 222.97º | 0.76% | 0.8% | - |
| XYZ | 16.34 | 13.09 | 59.42 | - |
| YUV | 93.5 | 190.92 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 205 | 0.76 | 0.54 | 0 | 0.20 | 222.97 | 0.61 | 0.5 |
| Hex | 32 | 5E | CD | 4C | 36 | 0 | 14 | DF | 3D | 32 |
| Octal | 62 | 136 | 315 | 114 | 66 | 0 | 24 | 337 | 75 | 62 |
| Binary | 110010 | 1011110 | 11001101 | 1001100 | 110110 | 0 | 10100 | 11011111 | 111101 | 110010 |
Color Harmonies of #325ECD
Complementary color
Monochromatic Colors of #325ECD
Black with #325ECD
Text Example
Text Example
White with #325ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ECD; }
p { color: rgb(50,94,205); }
H1.HeaderClassName
{
color: #325ECD;
}
.AnyTagClassName
{
color: #325ECD;
}
</style>
background-color css
<style>
a { background-color: #325ECD; }
a { background-color: rgb(50,94,205); }
div.DivClassName
{
background-color: #325ECD;
}
.BgClassName
{
background-color: #325ECD;
}
</style>
border-color css
<style>
span { border-color: #325ECD; }
span { border-color: rgb(50,94,205); }
td.TdClassName
{
border-color: #325ECD;
}
.TagClassName
{
border-color: #325ECD;
}
</style>