Shades of Cerulean Blue #2252BA
Tints of Cerulean Blue #2252BA
RGB
CMYK
RGB Variations
Color information
#2252BA (or 0x2252BA) is known color: Cerulean Blue. HEX triplet: 22, 52 and BA. RGB value is (34,82,186). Sum of RGB (Red+Green+Blue) = 34+82+186=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 82 (32.42% from 255 or 27.15% 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 #2252BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2252BA is #DDAD45. Grayscale: #4F4F4F. Windows color (decimal): -14527814 or 12210722. OLE color: 12210722.
HSL color Cylindrical-coordinate representation of color #2252BA: hue angle of 221.05º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2252BA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 82 | 186 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.27 |
| HSL | 221.05º | 0.69% | 0.43% | - |
| HSV(B) | 221.05º | 0.82% | 0.73% | - |
| XYZ | 12.54 | 9.92 | 47.71 | - |
| YUV | 79.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 186 | 0.82 | 0.56 | 0 | 0.27 | 221.05 | 0.69 | 0.43 |
| Hex | 22 | 52 | BA | 52 | 38 | 0 | 1B | DD | 45 | 2B |
| Octal | 42 | 122 | 272 | 122 | 70 | 0 | 33 | 335 | 105 | 53 |
| Binary | 100010 | 1010010 | 10111010 | 1010010 | 111000 | 0 | 11011 | 11011101 | 1000101 | 101011 |
Color Harmonies of #2252BA
Complementary color
Monochromatic Colors of #2252BA
Black with #2252BA
Text Example
Text Example
White with #2252BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2252BA; }
p { color: rgb(34,82,186); }
H1.HeaderClassName
{
color: #2252BA;
}
.AnyTagClassName
{
color: #2252BA;
}
</style>
background-color css
<style>
a { background-color: #2252BA; }
a { background-color: rgb(34,82,186); }
div.DivClassName
{
background-color: #2252BA;
}
.BgClassName
{
background-color: #2252BA;
}
</style>
border-color css
<style>
span { border-color: #2252BA; }
span { border-color: rgb(34,82,186); }
td.TdClassName
{
border-color: #2252BA;
}
.TagClassName
{
border-color: #2252BA;
}
</style>