Shades of Cerulean Blue #2251BA
Tints of Cerulean Blue #2251BA
RGB
CMYK
RGB Variations
Color information
#2251BA (or 0x2251BA) is known color: Cerulean Blue. HEX triplet: 22, 51 and BA. RGB value is (34,81,186). Sum of RGB (Red+Green+Blue) = 34+81+186=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #2251BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2251BA is #DDAE45. Grayscale: #4E4E4E. Windows color (decimal): -14528070 or 12210466. OLE color: 12210466.
HSL color Cylindrical-coordinate representation of color #2251BA: hue angle of 221.45º 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 #2251BA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 81 | 186 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.27 |
| HSL | 221.45º | 0.69% | 0.43% | - |
| HSV(B) | 221.45º | 0.82% | 0.73% | - |
| XYZ | 12.47 | 9.77 | 47.68 | - |
| YUV | 78.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 186 | 0.82 | 0.56 | 0 | 0.27 | 221.45 | 0.69 | 0.43 |
| Hex | 22 | 51 | BA | 52 | 38 | 0 | 1B | DD | 45 | 2B |
| Octal | 42 | 121 | 272 | 122 | 70 | 0 | 33 | 335 | 105 | 53 |
| Binary | 100010 | 1010001 | 10111010 | 1010010 | 111000 | 0 | 11011 | 11011101 | 1000101 | 101011 |
Color Harmonies of #2251BA
Complementary color
Monochromatic Colors of #2251BA
Black with #2251BA
Text Example
Text Example
White with #2251BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2251BA; }
p { color: rgb(34,81,186); }
H1.HeaderClassName
{
color: #2251BA;
}
.AnyTagClassName
{
color: #2251BA;
}
</style>
background-color css
<style>
a { background-color: #2251BA; }
a { background-color: rgb(34,81,186); }
div.DivClassName
{
background-color: #2251BA;
}
.BgClassName
{
background-color: #2251BA;
}
</style>
border-color css
<style>
span { border-color: #2251BA; }
span { border-color: rgb(34,81,186); }
td.TdClassName
{
border-color: #2251BA;
}
.TagClassName
{
border-color: #2251BA;
}
</style>