Shades of Cerulean Blue #325CCB
Tints of Cerulean Blue #325CCB
RGB
CMYK
RGB Variations
Color information
#325CCB (or 0x325CCB) is known color: Cerulean Blue. HEX triplet: 32, 5C and CB. RGB value is (50,92,203). Sum of RGB (Red+Green+Blue) = 50+92+203=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #325CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CCB is #CDA334. Grayscale: #5B5B5B. Windows color (decimal): -13476661 or 13327410. OLE color: 13327410.
HSL color Cylindrical-coordinate representation of color #325CCB: hue angle of 223.53º degrees, saturation: 0.6, 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 #325CCB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 92 | 203 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.20 |
| HSL | 223.53º | 0.6% | 0.5% | - |
| HSV(B) | 223.53º | 0.75% | 0.8% | - |
| XYZ | 15.92 | 12.64 | 58.1 | - |
| YUV | 92.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 203 | 0.75 | 0.55 | 0 | 0.20 | 223.53 | 0.6 | 0.5 |
| Hex | 32 | 5C | CB | 4B | 37 | 0 | 14 | E0 | 3C | 32 |
| Octal | 62 | 134 | 313 | 113 | 67 | 0 | 24 | 340 | 74 | 62 |
| Binary | 110010 | 1011100 | 11001011 | 1001011 | 110111 | 0 | 10100 | 11100000 | 111100 | 110010 |
Color Harmonies of #325CCB
Complementary color
Monochromatic Colors of #325CCB
Black with #325CCB
Text Example
Text Example
White with #325CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CCB; }
p { color: rgb(50,92,203); }
H1.HeaderClassName
{
color: #325CCB;
}
.AnyTagClassName
{
color: #325CCB;
}
</style>
background-color css
<style>
a { background-color: #325CCB; }
a { background-color: rgb(50,92,203); }
div.DivClassName
{
background-color: #325CCB;
}
.BgClassName
{
background-color: #325CCB;
}
</style>
border-color css
<style>
span { border-color: #325CCB; }
span { border-color: rgb(50,92,203); }
td.TdClassName
{
border-color: #325CCB;
}
.TagClassName
{
border-color: #325CCB;
}
</style>