Shades of Cerulean Blue #325CCE
Tints of Cerulean Blue #325CCE
RGB
CMYK
RGB Variations
Color information
#325CCE (or 0x325CCE) is known color: Cerulean Blue. HEX triplet: 32, 5C and CE. RGB value is (50,92,206). Sum of RGB (Red+Green+Blue) = 50+92+206=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #325CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CCE is #CDA331. Grayscale: #5B5B5B. Windows color (decimal): -13476658 or 13524018. OLE color: 13524018.
HSL color Cylindrical-coordinate representation of color #325CCE: hue angle of 223.85º 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 #325CCE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 92 | 206 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.19 |
| HSL | 223.85º | 0.61% | 0.5% | - |
| HSV(B) | 223.85º | 0.76% | 0.81% | - |
| XYZ | 16.28 | 12.79 | 60 | - |
| YUV | 92.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 206 | 0.76 | 0.55 | 0 | 0.19 | 223.85 | 0.61 | 0.5 |
| Hex | 32 | 5C | CE | 4C | 37 | 0 | 13 | E0 | 3D | 32 |
| Octal | 62 | 134 | 316 | 114 | 67 | 0 | 23 | 340 | 75 | 62 |
| Binary | 110010 | 1011100 | 11001110 | 1001100 | 110111 | 0 | 10011 | 11100000 | 111101 | 110010 |
Color Harmonies of #325CCE
Complementary color
Monochromatic Colors of #325CCE
Black with #325CCE
Text Example
Text Example
White with #325CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CCE; }
p { color: rgb(50,92,206); }
H1.HeaderClassName
{
color: #325CCE;
}
.AnyTagClassName
{
color: #325CCE;
}
</style>
background-color css
<style>
a { background-color: #325CCE; }
a { background-color: rgb(50,92,206); }
div.DivClassName
{
background-color: #325CCE;
}
.BgClassName
{
background-color: #325CCE;
}
</style>
border-color css
<style>
span { border-color: #325CCE; }
span { border-color: rgb(50,92,206); }
td.TdClassName
{
border-color: #325CCE;
}
.TagClassName
{
border-color: #325CCE;
}
</style>