Shades of Cerulean Blue #325CCC
Tints of Cerulean Blue #325CCC
RGB
CMYK
RGB Variations
Color information
#325CCC (or 0x325CCC) is known color: Cerulean Blue. HEX triplet: 32, 5C and CC. RGB value is (50,92,204). Sum of RGB (Red+Green+Blue) = 50+92+204=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #325CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CCC is #CDA333. Grayscale: #5B5B5B. Windows color (decimal): -13476660 or 13392946. OLE color: 13392946.
HSL color Cylindrical-coordinate representation of color #325CCC: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325CCC is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 92 | 204 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.2 |
| HSL | 223.64º | 0.61% | 0.5% | - |
| HSV(B) | 223.64º | 0.75% | 0.8% | - |
| XYZ | 16.04 | 12.69 | 58.73 | - |
| YUV | 92.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 204 | 0.75 | 0.55 | 0 | 0.2 | 223.64 | 0.61 | 0.5 |
| Hex | 32 | 5C | CC | 4B | 37 | 0 | 14 | E0 | 3D | 32 |
| Octal | 62 | 134 | 314 | 113 | 67 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110010 | 1011100 | 11001100 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #325CCC
Complementary color
Monochromatic Colors of #325CCC
Black with #325CCC
Text Example
Text Example
White with #325CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CCC; }
p { color: rgb(50,92,204); }
H1.HeaderClassName
{
color: #325CCC;
}
.AnyTagClassName
{
color: #325CCC;
}
</style>
background-color css
<style>
a { background-color: #325CCC; }
a { background-color: rgb(50,92,204); }
div.DivClassName
{
background-color: #325CCC;
}
.BgClassName
{
background-color: #325CCC;
}
</style>
border-color css
<style>
span { border-color: #325CCC; }
span { border-color: rgb(50,92,204); }
td.TdClassName
{
border-color: #325CCC;
}
.TagClassName
{
border-color: #325CCC;
}
</style>