Shades of Cerulean Blue #325ECE
Tints of Cerulean Blue #325ECE
RGB
CMYK
RGB Variations
Color information
#325ECE (or 0x325ECE) is known color: Cerulean Blue. HEX triplet: 32, 5E and CE. RGB value is (50,94,206). Sum of RGB (Red+Green+Blue) = 50+94+206=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #325ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECE is #CDA131. Grayscale: #5D5D5D. Windows color (decimal): -13476146 or 13524530. OLE color: 13524530.
HSL color Cylindrical-coordinate representation of color #325ECE: hue angle of 223.08º 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 #325ECE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 94 | 206 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.19 |
| HSL | 223.08º | 0.61% | 0.5% | - |
| HSV(B) | 223.08º | 0.76% | 0.81% | - |
| XYZ | 16.46 | 13.14 | 60.06 | - |
| YUV | 93.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 206 | 0.76 | 0.54 | 0 | 0.19 | 223.08 | 0.61 | 0.5 |
| Hex | 32 | 5E | CE | 4C | 36 | 0 | 13 | DF | 3D | 32 |
| Octal | 62 | 136 | 316 | 114 | 66 | 0 | 23 | 337 | 75 | 62 |
| Binary | 110010 | 1011110 | 11001110 | 1001100 | 110110 | 0 | 10011 | 11011111 | 111101 | 110010 |
Color Harmonies of #325ECE
Complementary color
Monochromatic Colors of #325ECE
Black with #325ECE
Text Example
Text Example
White with #325ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ECE; }
p { color: rgb(50,94,206); }
H1.HeaderClassName
{
color: #325ECE;
}
.AnyTagClassName
{
color: #325ECE;
}
</style>
background-color css
<style>
a { background-color: #325ECE; }
a { background-color: rgb(50,94,206); }
div.DivClassName
{
background-color: #325ECE;
}
.BgClassName
{
background-color: #325ECE;
}
</style>
border-color css
<style>
span { border-color: #325ECE; }
span { border-color: rgb(50,94,206); }
td.TdClassName
{
border-color: #325ECE;
}
.TagClassName
{
border-color: #325ECE;
}
</style>