Shades of Cerulean Blue #2247AD
Tints of Cerulean Blue #2247AD
RGB
CMYK
RGB Variations
Color information
#2247AD (or 0x2247AD) is known color: Cerulean Blue. HEX triplet: 22, 47 and AD. RGB value is (34,71,173). Sum of RGB (Red+Green+Blue) = 34+71+173=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2247AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2247AD is #DDB852. Grayscale: #474747. Windows color (decimal): -14530643 or 11355938. OLE color: 11355938.
HSL color Cylindrical-coordinate representation of color #2247AD: hue angle of 224.03º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2247AD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 71 | 173 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.32 |
| HSL | 224.03º | 0.67% | 0.41% | - |
| HSV(B) | 224.03º | 0.8% | 0.68% | - |
| XYZ | 10.46 | 7.86 | 40.5 | - |
| YUV | 71.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 173 | 0.80 | 0.59 | 0 | 0.32 | 224.03 | 0.67 | 0.41 |
| Hex | 22 | 47 | AD | 50 | 3B | 0 | 20 | E0 | 43 | 29 |
| Octal | 42 | 107 | 255 | 120 | 73 | 0 | 40 | 340 | 103 | 51 |
| Binary | 100010 | 1000111 | 10101101 | 1010000 | 111011 | 0 | 100000 | 11100000 | 1000011 | 101001 |
Color Harmonies of #2247AD
Complementary color
Monochromatic Colors of #2247AD
Black with #2247AD
Text Example
Text Example
White with #2247AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247AD; }
p { color: rgb(34,71,173); }
H1.HeaderClassName
{
color: #2247AD;
}
.AnyTagClassName
{
color: #2247AD;
}
</style>
background-color css
<style>
a { background-color: #2247AD; }
a { background-color: rgb(34,71,173); }
div.DivClassName
{
background-color: #2247AD;
}
.BgClassName
{
background-color: #2247AD;
}
</style>
border-color css
<style>
span { border-color: #2247AD; }
span { border-color: rgb(34,71,173); }
td.TdClassName
{
border-color: #2247AD;
}
.TagClassName
{
border-color: #2247AD;
}
</style>