Shades of Cerulean Blue #3246BD
Tints of Cerulean Blue #3246BD
RGB
CMYK
RGB Variations
Color information
#3246BD (or 0x3246BD) is known color: Cerulean Blue. HEX triplet: 32, 46 and BD. RGB value is (50,70,189). Sum of RGB (Red+Green+Blue) = 50+70+189=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #3246BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246BD is #CDB942. Grayscale: #4D4D4D. Windows color (decimal): -13482307 or 12404274. OLE color: 12404274.
HSL color Cylindrical-coordinate representation of color #3246BD: hue angle of 231.37º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3246BD is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 70 | 189 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.26 |
| HSL | 231.37º | 0.58% | 0.47% | - |
| HSV(B) | 231.37º | 0.74% | 0.74% | - |
| XYZ | 12.69 | 8.73 | 49.16 | - |
| YUV | 77.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 189 | 0.74 | 0.63 | 0 | 0.26 | 231.37 | 0.58 | 0.47 |
| Hex | 32 | 46 | BD | 4A | 3F | 0 | 1A | E7 | 3A | 2F |
| Octal | 62 | 106 | 275 | 112 | 77 | 0 | 32 | 347 | 72 | 57 |
| Binary | 110010 | 1000110 | 10111101 | 1001010 | 111111 | 0 | 11010 | 11100111 | 111010 | 101111 |
Color Harmonies of #3246BD
Complementary color
Monochromatic Colors of #3246BD
Black with #3246BD
Text Example
Text Example
White with #3246BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246BD; }
p { color: rgb(50,70,189); }
H1.HeaderClassName
{
color: #3246BD;
}
.AnyTagClassName
{
color: #3246BD;
}
</style>
background-color css
<style>
a { background-color: #3246BD; }
a { background-color: rgb(50,70,189); }
div.DivClassName
{
background-color: #3246BD;
}
.BgClassName
{
background-color: #3246BD;
}
</style>
border-color css
<style>
span { border-color: #3246BD; }
span { border-color: rgb(50,70,189); }
td.TdClassName
{
border-color: #3246BD;
}
.TagClassName
{
border-color: #3246BD;
}
</style>