Shades of Cerulean Blue #325EC5
Tints of Cerulean Blue #325EC5
RGB
CMYK
RGB Variations
Color information
#325EC5 (or 0x325EC5) is known color: Cerulean Blue. HEX triplet: 32, 5E and C5. RGB value is (50,94,197). Sum of RGB (Red+Green+Blue) = 50+94+197=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 197 (77.34% from 255 or 57.77% from 341); Max value from RGB is 197 - color contains mainly: blue. Hex color #325EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EC5 is #CDA13A. Grayscale: #5C5C5C. Windows color (decimal): -13476155 or 12934706. OLE color: 12934706.
HSL color Cylindrical-coordinate representation of color #325EC5: hue angle of 222.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325EC5 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 94 | 197 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.23 |
| HSL | 222.04º | 0.6% | 0.48% | - |
| HSV(B) | 222.04º | 0.75% | 0.77% | - |
| XYZ | 15.4 | 12.71 | 54.47 | - |
| YUV | 92.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 197 | 0.75 | 0.52 | 0 | 0.23 | 222.04 | 0.6 | 0.48 |
| Hex | 32 | 5E | C5 | 4B | 34 | 0 | 17 | DE | 3C | 30 |
| Octal | 62 | 136 | 305 | 113 | 64 | 0 | 27 | 336 | 74 | 60 |
| Binary | 110010 | 1011110 | 11000101 | 1001011 | 110100 | 0 | 10111 | 11011110 | 111100 | 110000 |
Color Harmonies of #325EC5
Complementary color
Monochromatic Colors of #325EC5
Black with #325EC5
Text Example
Text Example
White with #325EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EC5; }
p { color: rgb(50,94,197); }
H1.HeaderClassName
{
color: #325EC5;
}
.AnyTagClassName
{
color: #325EC5;
}
</style>
background-color css
<style>
a { background-color: #325EC5; }
a { background-color: rgb(50,94,197); }
div.DivClassName
{
background-color: #325EC5;
}
.BgClassName
{
background-color: #325EC5;
}
</style>
border-color css
<style>
span { border-color: #325EC5; }
span { border-color: rgb(50,94,197); }
td.TdClassName
{
border-color: #325EC5;
}
.TagClassName
{
border-color: #325EC5;
}
</style>