Shades of Cerulean Blue #2251BD
Tints of Cerulean Blue #2251BD
RGB
CMYK
RGB Variations
Color information
#2251BD (or 0x2251BD) is known color: Cerulean Blue. HEX triplet: 22, 51 and BD. RGB value is (34,81,189). Sum of RGB (Red+Green+Blue) = 34+81+189=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #2251BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2251BD is #DDAE42. Grayscale: #4E4E4E. Windows color (decimal): -14528067 or 12407074. OLE color: 12407074.
HSL color Cylindrical-coordinate representation of color #2251BD: hue angle of 221.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2251BD is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 81 | 189 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.26 |
| HSL | 221.81º | 0.7% | 0.44% | - |
| HSV(B) | 221.81º | 0.82% | 0.74% | - |
| XYZ | 12.79 | 9.9 | 49.38 | - |
| YUV | 79.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 189 | 0.82 | 0.57 | 0 | 0.26 | 221.81 | 0.7 | 0.44 |
| Hex | 22 | 51 | BD | 52 | 39 | 0 | 1A | DE | 46 | 2C |
| Octal | 42 | 121 | 275 | 122 | 71 | 0 | 32 | 336 | 106 | 54 |
| Binary | 100010 | 1010001 | 10111101 | 1010010 | 111001 | 0 | 11010 | 11011110 | 1000110 | 101100 |
Color Harmonies of #2251BD
Complementary color
Monochromatic Colors of #2251BD
Black with #2251BD
Text Example
Text Example
White with #2251BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2251BD; }
p { color: rgb(34,81,189); }
H1.HeaderClassName
{
color: #2251BD;
}
.AnyTagClassName
{
color: #2251BD;
}
</style>
background-color css
<style>
a { background-color: #2251BD; }
a { background-color: rgb(34,81,189); }
div.DivClassName
{
background-color: #2251BD;
}
.BgClassName
{
background-color: #2251BD;
}
</style>
border-color css
<style>
span { border-color: #2251BD; }
span { border-color: rgb(34,81,189); }
td.TdClassName
{
border-color: #2251BD;
}
.TagClassName
{
border-color: #2251BD;
}
</style>