Shades of Cerulean Blue #325EC8
Tints of Cerulean Blue #325EC8
RGB
CMYK
RGB Variations
Color information
#325EC8 (or 0x325EC8) is known color: Cerulean Blue. HEX triplet: 32, 5E and C8. RGB value is (50,94,200). Sum of RGB (Red+Green+Blue) = 50+94+200=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #325EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EC8 is #CDA137. Grayscale: #5C5C5C. Windows color (decimal): -13476152 or 13131314. OLE color: 13131314.
HSL color Cylindrical-coordinate representation of color #325EC8: hue angle of 222.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325EC8 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 94 | 200 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.22 |
| HSL | 222.4º | 0.6% | 0.49% | - |
| HSV(B) | 222.4º | 0.75% | 0.78% | - |
| XYZ | 15.74 | 12.85 | 56.29 | - |
| YUV | 92.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 200 | 0.75 | 0.53 | 0 | 0.22 | 222.4 | 0.6 | 0.49 |
| Hex | 32 | 5E | C8 | 4B | 35 | 0 | 16 | DE | 3C | 31 |
| Octal | 62 | 136 | 310 | 113 | 65 | 0 | 26 | 336 | 74 | 61 |
| Binary | 110010 | 1011110 | 11001000 | 1001011 | 110101 | 0 | 10110 | 11011110 | 111100 | 110001 |
Color Harmonies of #325EC8
Complementary color
Monochromatic Colors of #325EC8
Black with #325EC8
Text Example
Text Example
White with #325EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EC8; }
p { color: rgb(50,94,200); }
H1.HeaderClassName
{
color: #325EC8;
}
.AnyTagClassName
{
color: #325EC8;
}
</style>
background-color css
<style>
a { background-color: #325EC8; }
a { background-color: rgb(50,94,200); }
div.DivClassName
{
background-color: #325EC8;
}
.BgClassName
{
background-color: #325EC8;
}
</style>
border-color css
<style>
span { border-color: #325EC8; }
span { border-color: rgb(50,94,200); }
td.TdClassName
{
border-color: #325EC8;
}
.TagClassName
{
border-color: #325EC8;
}
</style>