Shades of Cerulean Blue #3256CB
Tints of Cerulean Blue #3256CB
RGB
CMYK
RGB Variations
Color information
#3256CB (or 0x3256CB) is known color: Cerulean Blue. HEX triplet: 32, 56 and CB. RGB value is (50,86,203). Sum of RGB (Red+Green+Blue) = 50+86+203=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #3256CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3256CB is #CDA934. Grayscale: #585858. Windows color (decimal): -13478197 or 13325874. OLE color: 13325874.
HSL color Cylindrical-coordinate representation of color #3256CB: hue angle of 225.88º 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 #3256CB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 86 | 203 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.20 |
| HSL | 225.88º | 0.6% | 0.5% | - |
| HSV(B) | 225.88º | 0.75% | 0.8% | - |
| XYZ | 15.42 | 11.65 | 57.93 | - |
| YUV | 88.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 203 | 0.75 | 0.58 | 0 | 0.20 | 225.88 | 0.6 | 0.5 |
| Hex | 32 | 56 | CB | 4B | 3A | 0 | 14 | E2 | 3C | 32 |
| Octal | 62 | 126 | 313 | 113 | 72 | 0 | 24 | 342 | 74 | 62 |
| Binary | 110010 | 1010110 | 11001011 | 1001011 | 111010 | 0 | 10100 | 11100010 | 111100 | 110010 |
Color Harmonies of #3256CB
Complementary color
Monochromatic Colors of #3256CB
Black with #3256CB
Text Example
Text Example
White with #3256CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256CB; }
p { color: rgb(50,86,203); }
H1.HeaderClassName
{
color: #3256CB;
}
.AnyTagClassName
{
color: #3256CB;
}
</style>
background-color css
<style>
a { background-color: #3256CB; }
a { background-color: rgb(50,86,203); }
div.DivClassName
{
background-color: #3256CB;
}
.BgClassName
{
background-color: #3256CB;
}
</style>
border-color css
<style>
span { border-color: #3256CB; }
span { border-color: rgb(50,86,203); }
td.TdClassName
{
border-color: #3256CB;
}
.TagClassName
{
border-color: #3256CB;
}
</style>