Shades of Cerulean Blue #2256AD
Tints of Cerulean Blue #2256AD
RGB
CMYK
RGB Variations
Color information
#2256AD (or 0x2256AD) is known color: Cerulean Blue. HEX triplet: 22, 56 and AD. RGB value is (34,86,173). Sum of RGB (Red+Green+Blue) = 34+86+173=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #2256AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2256AD is #DDA952. Grayscale: #4F4F4F. Windows color (decimal): -14526803 or 11359778. OLE color: 11359778.
HSL color Cylindrical-coordinate representation of color #2256AD: hue angle of 217.55º 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 #2256AD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 86 | 173 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.32 |
| HSL | 217.55º | 0.67% | 0.41% | - |
| HSV(B) | 217.55º | 0.8% | 0.68% | - |
| XYZ | 11.53 | 10.01 | 40.86 | - |
| YUV | 80.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 173 | 0.80 | 0.50 | 0 | 0.32 | 217.55 | 0.67 | 0.41 |
| Hex | 22 | 56 | AD | 50 | 32 | 0 | 20 | DA | 43 | 29 |
| Octal | 42 | 126 | 255 | 120 | 62 | 0 | 40 | 332 | 103 | 51 |
| Binary | 100010 | 1010110 | 10101101 | 1010000 | 110010 | 0 | 100000 | 11011010 | 1000011 | 101001 |
Color Harmonies of #2256AD
Complementary color
Monochromatic Colors of #2256AD
Black with #2256AD
Text Example
Text Example
White with #2256AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256AD; }
p { color: rgb(34,86,173); }
H1.HeaderClassName
{
color: #2256AD;
}
.AnyTagClassName
{
color: #2256AD;
}
</style>
background-color css
<style>
a { background-color: #2256AD; }
a { background-color: rgb(34,86,173); }
div.DivClassName
{
background-color: #2256AD;
}
.BgClassName
{
background-color: #2256AD;
}
</style>
border-color css
<style>
span { border-color: #2256AD; }
span { border-color: rgb(34,86,173); }
td.TdClassName
{
border-color: #2256AD;
}
.TagClassName
{
border-color: #2256AD;
}
</style>