Shades of Cerulean Blue #3246B7
Tints of Cerulean Blue #3246B7
RGB
CMYK
RGB Variations
Color information
#3246B7 (or 0x3246B7) is known color: Cerulean Blue. HEX triplet: 32, 46 and B7. RGB value is (50,70,183). Sum of RGB (Red+Green+Blue) = 50+70+183=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #3246B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246B7 is #CDB948. Grayscale: #4C4C4C. Windows color (decimal): -13482313 or 12011058. OLE color: 12011058.
HSL color Cylindrical-coordinate representation of color #3246B7: hue angle of 230.98º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3246B7 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 70 | 183 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.28 |
| HSL | 230.98º | 0.57% | 0.46% | - |
| HSV(B) | 230.98º | 0.73% | 0.72% | - |
| XYZ | 12.05 | 8.48 | 45.8 | - |
| YUV | 76.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 183 | 0.73 | 0.62 | 0 | 0.28 | 230.98 | 0.57 | 0.46 |
| Hex | 32 | 46 | B7 | 49 | 3E | 0 | 1C | E7 | 39 | 2E |
| Octal | 62 | 106 | 267 | 111 | 76 | 0 | 34 | 347 | 71 | 56 |
| Binary | 110010 | 1000110 | 10110111 | 1001001 | 111110 | 0 | 11100 | 11100111 | 111001 | 101110 |
Color Harmonies of #3246B7
Complementary color
Monochromatic Colors of #3246B7
Black with #3246B7
Text Example
Text Example
White with #3246B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246B7; }
p { color: rgb(50,70,183); }
H1.HeaderClassName
{
color: #3246B7;
}
.AnyTagClassName
{
color: #3246B7;
}
</style>
background-color css
<style>
a { background-color: #3246B7; }
a { background-color: rgb(50,70,183); }
div.DivClassName
{
background-color: #3246B7;
}
.BgClassName
{
background-color: #3246B7;
}
</style>
border-color css
<style>
span { border-color: #3246B7; }
span { border-color: rgb(50,70,183); }
td.TdClassName
{
border-color: #3246B7;
}
.TagClassName
{
border-color: #3246B7;
}
</style>