Shades of Cerulean Blue #325BCD
Tints of Cerulean Blue #325BCD
RGB
CMYK
RGB Variations
Color information
#325BCD (or 0x325BCD) is known color: Cerulean Blue. HEX triplet: 32, 5B and CD. RGB value is (50,91,205). Sum of RGB (Red+Green+Blue) = 50+91+205=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #325BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BCD is #CDA432. Grayscale: #5B5B5B. Windows color (decimal): -13476915 or 13458226. OLE color: 13458226.
HSL color Cylindrical-coordinate representation of color #325BCD: hue angle of 224.13º 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 #325BCD is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 91 | 205 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.20 |
| HSL | 224.13º | 0.61% | 0.5% | - |
| HSV(B) | 224.13º | 0.76% | 0.8% | - |
| XYZ | 16.08 | 12.57 | 59.34 | - |
| YUV | 91.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 205 | 0.76 | 0.56 | 0 | 0.20 | 224.13 | 0.61 | 0.5 |
| Hex | 32 | 5B | CD | 4C | 38 | 0 | 14 | E0 | 3D | 32 |
| Octal | 62 | 133 | 315 | 114 | 70 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110010 | 1011011 | 11001101 | 1001100 | 111000 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #325BCD
Complementary color
Monochromatic Colors of #325BCD
Black with #325BCD
Text Example
Text Example
White with #325BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BCD; }
p { color: rgb(50,91,205); }
H1.HeaderClassName
{
color: #325BCD;
}
.AnyTagClassName
{
color: #325BCD;
}
</style>
background-color css
<style>
a { background-color: #325BCD; }
a { background-color: rgb(50,91,205); }
div.DivClassName
{
background-color: #325BCD;
}
.BgClassName
{
background-color: #325BCD;
}
</style>
border-color css
<style>
span { border-color: #325BCD; }
span { border-color: rgb(50,91,205); }
td.TdClassName
{
border-color: #325BCD;
}
.TagClassName
{
border-color: #325BCD;
}
</style>