Shades of Cerulean Blue #3246CB
Tints of Cerulean Blue #3246CB
RGB
CMYK
RGB Variations
Color information
#3246CB (or 0x3246CB) is known color: Cerulean Blue. HEX triplet: 32, 46 and CB. RGB value is (50,70,203). Sum of RGB (Red+Green+Blue) = 50+70+203=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #3246CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246CB is #CDB934. Grayscale: #4E4E4E. Windows color (decimal): -13482293 or 13321778. OLE color: 13321778.
HSL color Cylindrical-coordinate representation of color #3246CB: hue angle of 232.16º 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 #3246CB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 70 | 203 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.20 |
| HSL | 232.16º | 0.6% | 0.5% | - |
| HSV(B) | 232.16º | 0.75% | 0.8% | - |
| XYZ | 14.29 | 9.37 | 57.56 | - |
| YUV | 79.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 203 | 0.75 | 0.66 | 0 | 0.20 | 232.16 | 0.6 | 0.5 |
| Hex | 32 | 46 | CB | 4B | 42 | 0 | 14 | E8 | 3C | 32 |
| Octal | 62 | 106 | 313 | 113 | 102 | 0 | 24 | 350 | 74 | 62 |
| Binary | 110010 | 1000110 | 11001011 | 1001011 | 1000010 | 0 | 10100 | 11101000 | 111100 | 110010 |
Color Harmonies of #3246CB
Complementary color
Monochromatic Colors of #3246CB
Black with #3246CB
Text Example
Text Example
White with #3246CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246CB; }
p { color: rgb(50,70,203); }
H1.HeaderClassName
{
color: #3246CB;
}
.AnyTagClassName
{
color: #3246CB;
}
</style>
background-color css
<style>
a { background-color: #3246CB; }
a { background-color: rgb(50,70,203); }
div.DivClassName
{
background-color: #3246CB;
}
.BgClassName
{
background-color: #3246CB;
}
</style>
border-color css
<style>
span { border-color: #3246CB; }
span { border-color: rgb(50,70,203); }
td.TdClassName
{
border-color: #3246CB;
}
.TagClassName
{
border-color: #3246CB;
}
</style>