Shades of Cerulean Blue #2249AF
Tints of Cerulean Blue #2249AF
RGB
CMYK
RGB Variations
Color information
#2249AF (or 0x2249AF) is known color: Cerulean Blue. HEX triplet: 22, 49 and AF. RGB value is (34,73,175). Sum of RGB (Red+Green+Blue) = 34+73+175=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #2249AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2249AF is #DDB650. Grayscale: #484848. Windows color (decimal): -14530129 or 11487522. OLE color: 11487522.
HSL color Cylindrical-coordinate representation of color #2249AF: hue angle of 223.4º 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 #2249AF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 73 | 175 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.31 |
| HSL | 223.4º | 0.67% | 0.41% | - |
| HSV(B) | 223.4º | 0.81% | 0.69% | - |
| XYZ | 10.78 | 8.2 | 41.57 | - |
| YUV | 72.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 175 | 0.81 | 0.58 | 0 | 0.31 | 223.4 | 0.67 | 0.41 |
| Hex | 22 | 49 | AF | 51 | 3A | 0 | 1F | DF | 43 | 29 |
| Octal | 42 | 111 | 257 | 121 | 72 | 0 | 37 | 337 | 103 | 51 |
| Binary | 100010 | 1001001 | 10101111 | 1010001 | 111010 | 0 | 11111 | 11011111 | 1000011 | 101001 |
Color Harmonies of #2249AF
Complementary color
Monochromatic Colors of #2249AF
Black with #2249AF
Text Example
Text Example
White with #2249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2249AF; }
p { color: rgb(34,73,175); }
H1.HeaderClassName
{
color: #2249AF;
}
.AnyTagClassName
{
color: #2249AF;
}
</style>
background-color css
<style>
a { background-color: #2249AF; }
a { background-color: rgb(34,73,175); }
div.DivClassName
{
background-color: #2249AF;
}
.BgClassName
{
background-color: #2249AF;
}
</style>
border-color css
<style>
span { border-color: #2249AF; }
span { border-color: rgb(34,73,175); }
td.TdClassName
{
border-color: #2249AF;
}
.TagClassName
{
border-color: #2249AF;
}
</style>