Shades of Cerulean Blue #325ECB
Tints of Cerulean Blue #325ECB
RGB
CMYK
RGB Variations
Color information
#325ECB (or 0x325ECB) is known color: Cerulean Blue. HEX triplet: 32, 5E and CB. RGB value is (50,94,203). Sum of RGB (Red+Green+Blue) = 50+94+203=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #325ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ECB is #CDA134. Grayscale: #5C5C5C. Windows color (decimal): -13476149 or 13327922. OLE color: 13327922.
HSL color Cylindrical-coordinate representation of color #325ECB: hue angle of 222.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325ECB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 94 | 203 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.20 |
| HSL | 222.75º | 0.6% | 0.5% | - |
| HSV(B) | 222.75º | 0.75% | 0.8% | - |
| XYZ | 16.1 | 13 | 58.16 | - |
| YUV | 93.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 203 | 0.75 | 0.54 | 0 | 0.20 | 222.75 | 0.6 | 0.5 |
| Hex | 32 | 5E | CB | 4B | 36 | 0 | 14 | DF | 3C | 32 |
| Octal | 62 | 136 | 313 | 113 | 66 | 0 | 24 | 337 | 74 | 62 |
| Binary | 110010 | 1011110 | 11001011 | 1001011 | 110110 | 0 | 10100 | 11011111 | 111100 | 110010 |
Color Harmonies of #325ECB
Complementary color
Monochromatic Colors of #325ECB
Black with #325ECB
Text Example
Text Example
White with #325ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325ECB; }
p { color: rgb(50,94,203); }
H1.HeaderClassName
{
color: #325ECB;
}
.AnyTagClassName
{
color: #325ECB;
}
</style>
background-color css
<style>
a { background-color: #325ECB; }
a { background-color: rgb(50,94,203); }
div.DivClassName
{
background-color: #325ECB;
}
.BgClassName
{
background-color: #325ECB;
}
</style>
border-color css
<style>
span { border-color: #325ECB; }
span { border-color: rgb(50,94,203); }
td.TdClassName
{
border-color: #325ECB;
}
.TagClassName
{
border-color: #325ECB;
}
</style>