Shades of Cerulean Blue #3248BA
Tints of Cerulean Blue #3248BA
RGB
CMYK
RGB Variations
Color information
#3248BA (or 0x3248BA) is known color: Cerulean Blue. HEX triplet: 32, 48 and BA. RGB value is (50,72,186). Sum of RGB (Red+Green+Blue) = 50+72+186=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3248BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248BA is #CDB745. Grayscale: #4D4D4D. Windows color (decimal): -13481798 or 12208178. OLE color: 12208178.
HSL color Cylindrical-coordinate representation of color #3248BA: hue angle of 230.29º 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 #3248BA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 72 | 186 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.27 |
| HSL | 230.29º | 0.58% | 0.46% | - |
| HSV(B) | 230.29º | 0.73% | 0.73% | - |
| XYZ | 12.5 | 8.86 | 47.51 | - |
| YUV | 78.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 186 | 0.73 | 0.61 | 0 | 0.27 | 230.29 | 0.58 | 0.46 |
| Hex | 32 | 48 | BA | 49 | 3D | 0 | 1B | E6 | 3A | 2E |
| Octal | 62 | 110 | 272 | 111 | 75 | 0 | 33 | 346 | 72 | 56 |
| Binary | 110010 | 1001000 | 10111010 | 1001001 | 111101 | 0 | 11011 | 11100110 | 111010 | 101110 |
Color Harmonies of #3248BA
Complementary color
Monochromatic Colors of #3248BA
Black with #3248BA
Text Example
Text Example
White with #3248BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3248BA; }
p { color: rgb(50,72,186); }
H1.HeaderClassName
{
color: #3248BA;
}
.AnyTagClassName
{
color: #3248BA;
}
</style>
background-color css
<style>
a { background-color: #3248BA; }
a { background-color: rgb(50,72,186); }
div.DivClassName
{
background-color: #3248BA;
}
.BgClassName
{
background-color: #3248BA;
}
</style>
border-color css
<style>
span { border-color: #3248BA; }
span { border-color: rgb(50,72,186); }
td.TdClassName
{
border-color: #3248BA;
}
.TagClassName
{
border-color: #3248BA;
}
</style>