Shades of Cerulean Blue #3242BA
Tints of Cerulean Blue #3242BA
RGB
CMYK
RGB Variations
Color information
#3242BA (or 0x3242BA) is known color: Cerulean Blue. HEX triplet: 32, 42 and BA. RGB value is (50,66,186). Sum of RGB (Red+Green+Blue) = 50+66+186=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #3242BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242BA is #CDBD45. Grayscale: #4A4A4A. Windows color (decimal): -13483334 or 12206642. OLE color: 12206642.
HSL color Cylindrical-coordinate representation of color #3242BA: hue angle of 232.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3242BA is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 66 | 186 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.27 |
| HSL | 232.94º | 0.58% | 0.46% | - |
| HSV(B) | 232.94º | 0.73% | 0.73% | - |
| XYZ | 12.13 | 8.12 | 47.38 | - |
| YUV | 74.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 186 | 0.73 | 0.65 | 0 | 0.27 | 232.94 | 0.58 | 0.46 |
| Hex | 32 | 42 | BA | 49 | 41 | 0 | 1B | E9 | 3A | 2E |
| Octal | 62 | 102 | 272 | 111 | 101 | 0 | 33 | 351 | 72 | 56 |
| Binary | 110010 | 1000010 | 10111010 | 1001001 | 1000001 | 0 | 11011 | 11101001 | 111010 | 101110 |
Color Harmonies of #3242BA
Complementary color
Monochromatic Colors of #3242BA
Black with #3242BA
Text Example
Text Example
White with #3242BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242BA; }
p { color: rgb(50,66,186); }
H1.HeaderClassName
{
color: #3242BA;
}
.AnyTagClassName
{
color: #3242BA;
}
</style>
background-color css
<style>
a { background-color: #3242BA; }
a { background-color: rgb(50,66,186); }
div.DivClassName
{
background-color: #3242BA;
}
.BgClassName
{
background-color: #3242BA;
}
</style>
border-color css
<style>
span { border-color: #3242BA; }
span { border-color: rgb(50,66,186); }
td.TdClassName
{
border-color: #3242BA;
}
.TagClassName
{
border-color: #3242BA;
}
</style>