Shades of Cerulean Blue #3247CB
Tints of Cerulean Blue #3247CB
RGB
CMYK
RGB Variations
Color information
#3247CB (or 0x3247CB) is known color: Cerulean Blue. HEX triplet: 32, 47 and CB. RGB value is (50,71,203). Sum of RGB (Red+Green+Blue) = 50+71+203=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3247CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247CB is #CDB834. Grayscale: #4F4F4F. Windows color (decimal): -13482037 or 13322034. OLE color: 13322034.
HSL color Cylindrical-coordinate representation of color #3247CB: hue angle of 231.76º 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 #3247CB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 71 | 203 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.20 |
| HSL | 231.76º | 0.6% | 0.5% | - |
| HSV(B) | 231.76º | 0.75% | 0.8% | - |
| XYZ | 14.35 | 9.5 | 57.58 | - |
| YUV | 79.77 | 197.54 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 203 | 0.75 | 0.65 | 0 | 0.20 | 231.76 | 0.6 | 0.5 |
| Hex | 32 | 47 | CB | 4B | 41 | 0 | 14 | E8 | 3C | 32 |
| Octal | 62 | 107 | 313 | 113 | 101 | 0 | 24 | 350 | 74 | 62 |
| Binary | 110010 | 1000111 | 11001011 | 1001011 | 1000001 | 0 | 10100 | 11101000 | 111100 | 110010 |
Color Harmonies of #3247CB
Complementary color
Monochromatic Colors of #3247CB
Black with #3247CB
Text Example
Text Example
White with #3247CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3247CB; }
p { color: rgb(50,71,203); }
H1.HeaderClassName
{
color: #3247CB;
}
.AnyTagClassName
{
color: #3247CB;
}
</style>
background-color css
<style>
a { background-color: #3247CB; }
a { background-color: rgb(50,71,203); }
div.DivClassName
{
background-color: #3247CB;
}
.BgClassName
{
background-color: #3247CB;
}
</style>
border-color css
<style>
span { border-color: #3247CB; }
span { border-color: rgb(50,71,203); }
td.TdClassName
{
border-color: #3247CB;
}
.TagClassName
{
border-color: #3247CB;
}
</style>