Shades of Cerulean Blue #3247BC
Tints of Cerulean Blue #3247BC
RGB
CMYK
RGB Variations
Color information
#3247BC (or 0x3247BC) is known color: Cerulean Blue. HEX triplet: 32, 47 and BC. RGB value is (50,71,188). Sum of RGB (Red+Green+Blue) = 50+71+188=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #3247BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247BC is #CDB843. Grayscale: #4D4D4D. Windows color (decimal): -13482052 or 12338994. OLE color: 12338994.
HSL color Cylindrical-coordinate representation of color #3247BC: hue angle of 230.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3247BC is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 71 | 188 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.26 |
| HSL | 230.87º | 0.58% | 0.47% | - |
| HSV(B) | 230.87º | 0.73% | 0.74% | - |
| XYZ | 12.65 | 8.82 | 48.61 | - |
| YUV | 78.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 188 | 0.73 | 0.62 | 0 | 0.26 | 230.87 | 0.58 | 0.47 |
| Hex | 32 | 47 | BC | 49 | 3E | 0 | 1A | E7 | 3A | 2F |
| Octal | 62 | 107 | 274 | 111 | 76 | 0 | 32 | 347 | 72 | 57 |
| Binary | 110010 | 1000111 | 10111100 | 1001001 | 111110 | 0 | 11010 | 11100111 | 111010 | 101111 |
Color Harmonies of #3247BC
Complementary color
Monochromatic Colors of #3247BC
Black with #3247BC
Text Example
Text Example
White with #3247BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3247BC; }
p { color: rgb(50,71,188); }
H1.HeaderClassName
{
color: #3247BC;
}
.AnyTagClassName
{
color: #3247BC;
}
</style>
background-color css
<style>
a { background-color: #3247BC; }
a { background-color: rgb(50,71,188); }
div.DivClassName
{
background-color: #3247BC;
}
.BgClassName
{
background-color: #3247BC;
}
</style>
border-color css
<style>
span { border-color: #3247BC; }
span { border-color: rgb(50,71,188); }
td.TdClassName
{
border-color: #3247BC;
}
.TagClassName
{
border-color: #3247BC;
}
</style>