Shades of Cerulean Blue #2251AF
Tints of Cerulean Blue #2251AF
RGB
CMYK
RGB Variations
Color information
#2251AF (or 0x2251AF) is known color: Cerulean Blue. HEX triplet: 22, 51 and AF. RGB value is (34,81,175). Sum of RGB (Red+Green+Blue) = 34+81+175=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #2251AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2251AF is #DDAE50. Grayscale: #4D4D4D. Windows color (decimal): -14528081 or 11489570. OLE color: 11489570.
HSL color Cylindrical-coordinate representation of color #2251AF: hue angle of 220º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2251AF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 81 | 175 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.31 |
| HSL | 220º | 0.67% | 0.41% | - |
| HSV(B) | 220º | 0.81% | 0.69% | - |
| XYZ | 11.34 | 9.32 | 41.76 | - |
| YUV | 77.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 175 | 0.81 | 0.54 | 0 | 0.31 | 220 | 0.67 | 0.41 |
| Hex | 22 | 51 | AF | 51 | 36 | 0 | 1F | DC | 43 | 29 |
| Octal | 42 | 121 | 257 | 121 | 66 | 0 | 37 | 334 | 103 | 51 |
| Binary | 100010 | 1010001 | 10101111 | 1010001 | 110110 | 0 | 11111 | 11011100 | 1000011 | 101001 |
Color Harmonies of #2251AF
Complementary color
Monochromatic Colors of #2251AF
Black with #2251AF
Text Example
Text Example
White with #2251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2251AF; }
p { color: rgb(34,81,175); }
H1.HeaderClassName
{
color: #2251AF;
}
.AnyTagClassName
{
color: #2251AF;
}
</style>
background-color css
<style>
a { background-color: #2251AF; }
a { background-color: rgb(34,81,175); }
div.DivClassName
{
background-color: #2251AF;
}
.BgClassName
{
background-color: #2251AF;
}
</style>
border-color css
<style>
span { border-color: #2251AF; }
span { border-color: rgb(34,81,175); }
td.TdClassName
{
border-color: #2251AF;
}
.TagClassName
{
border-color: #2251AF;
}
</style>