Shades of Cerulean Blue #325CCD
Tints of Cerulean Blue #325CCD
RGB
CMYK
RGB Variations
Color information
#325CCD (or 0x325CCD) is known color: Cerulean Blue. HEX triplet: 32, 5C and CD. RGB value is (50,92,205). Sum of RGB (Red+Green+Blue) = 50+92+205=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #325CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CCD is #CDA332. Grayscale: #5B5B5B. Windows color (decimal): -13476659 or 13458482. OLE color: 13458482.
HSL color Cylindrical-coordinate representation of color #325CCD: hue angle of 223.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325CCD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 92 | 205 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.20 |
| HSL | 223.74º | 0.61% | 0.5% | - |
| HSV(B) | 223.74º | 0.76% | 0.8% | - |
| XYZ | 16.16 | 12.74 | 59.36 | - |
| YUV | 92.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 205 | 0.76 | 0.55 | 0 | 0.20 | 223.74 | 0.61 | 0.5 |
| Hex | 32 | 5C | CD | 4C | 37 | 0 | 14 | E0 | 3D | 32 |
| Octal | 62 | 134 | 315 | 114 | 67 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110010 | 1011100 | 11001101 | 1001100 | 110111 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #325CCD
Complementary color
Monochromatic Colors of #325CCD
Black with #325CCD
Text Example
Text Example
White with #325CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CCD; }
p { color: rgb(50,92,205); }
H1.HeaderClassName
{
color: #325CCD;
}
.AnyTagClassName
{
color: #325CCD;
}
</style>
background-color css
<style>
a { background-color: #325CCD; }
a { background-color: rgb(50,92,205); }
div.DivClassName
{
background-color: #325CCD;
}
.BgClassName
{
background-color: #325CCD;
}
</style>
border-color css
<style>
span { border-color: #325CCD; }
span { border-color: rgb(50,92,205); }
td.TdClassName
{
border-color: #325CCD;
}
.TagClassName
{
border-color: #325CCD;
}
</style>