Shades of Cerulean Blue #2254AD
Tints of Cerulean Blue #2254AD
RGB
CMYK
RGB Variations
Color information
#2254AD (or 0x2254AD) is known color: Cerulean Blue. HEX triplet: 22, 54 and AD. RGB value is (34,84,173). Sum of RGB (Red+Green+Blue) = 34+84+173=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2254AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2254AD is #DDAB52. Grayscale: #4E4E4E. Windows color (decimal): -14527315 or 11359266. OLE color: 11359266.
HSL color Cylindrical-coordinate representation of color #2254AD: hue angle of 218.42º 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 #2254AD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 84 | 173 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.32 |
| HSL | 218.42º | 0.67% | 0.41% | - |
| HSV(B) | 218.42º | 0.8% | 0.68% | - |
| XYZ | 11.37 | 9.7 | 40.81 | - |
| YUV | 79.2 | 180.94 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 173 | 0.80 | 0.51 | 0 | 0.32 | 218.42 | 0.67 | 0.41 |
| Hex | 22 | 54 | AD | 50 | 33 | 0 | 20 | DA | 43 | 29 |
| Octal | 42 | 124 | 255 | 120 | 63 | 0 | 40 | 332 | 103 | 51 |
| Binary | 100010 | 1010100 | 10101101 | 1010000 | 110011 | 0 | 100000 | 11011010 | 1000011 | 101001 |
Color Harmonies of #2254AD
Complementary color
Monochromatic Colors of #2254AD
Black with #2254AD
Text Example
Text Example
White with #2254AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2254AD; }
p { color: rgb(34,84,173); }
H1.HeaderClassName
{
color: #2254AD;
}
.AnyTagClassName
{
color: #2254AD;
}
</style>
background-color css
<style>
a { background-color: #2254AD; }
a { background-color: rgb(34,84,173); }
div.DivClassName
{
background-color: #2254AD;
}
.BgClassName
{
background-color: #2254AD;
}
</style>
border-color css
<style>
span { border-color: #2254AD; }
span { border-color: rgb(34,84,173); }
td.TdClassName
{
border-color: #2254AD;
}
.TagClassName
{
border-color: #2254AD;
}
</style>