Shades of Cerulean Blue #2255AD
Tints of Cerulean Blue #2255AD
RGB
CMYK
RGB Variations
Color information
#2255AD (or 0x2255AD) is known color: Cerulean Blue. HEX triplet: 22, 55 and AD. RGB value is (34,85,173). Sum of RGB (Red+Green+Blue) = 34+85+173=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #2255AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2255AD is #DDAA52. Grayscale: #4F4F4F. Windows color (decimal): -14527059 or 11359522. OLE color: 11359522.
HSL color Cylindrical-coordinate representation of color #2255AD: hue angle of 217.99º 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 #2255AD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 85 | 173 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.32 |
| HSL | 217.99º | 0.67% | 0.41% | - |
| HSV(B) | 217.99º | 0.8% | 0.68% | - |
| XYZ | 11.45 | 9.85 | 40.83 | - |
| YUV | 79.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 173 | 0.80 | 0.51 | 0 | 0.32 | 217.99 | 0.67 | 0.41 |
| Hex | 22 | 55 | AD | 50 | 33 | 0 | 20 | DA | 43 | 29 |
| Octal | 42 | 125 | 255 | 120 | 63 | 0 | 40 | 332 | 103 | 51 |
| Binary | 100010 | 1010101 | 10101101 | 1010000 | 110011 | 0 | 100000 | 11011010 | 1000011 | 101001 |
Color Harmonies of #2255AD
Complementary color
Monochromatic Colors of #2255AD
Black with #2255AD
Text Example
Text Example
White with #2255AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255AD; }
p { color: rgb(34,85,173); }
H1.HeaderClassName
{
color: #2255AD;
}
.AnyTagClassName
{
color: #2255AD;
}
</style>
background-color css
<style>
a { background-color: #2255AD; }
a { background-color: rgb(34,85,173); }
div.DivClassName
{
background-color: #2255AD;
}
.BgClassName
{
background-color: #2255AD;
}
</style>
border-color css
<style>
span { border-color: #2255AD; }
span { border-color: rgb(34,85,173); }
td.TdClassName
{
border-color: #2255AD;
}
.TagClassName
{
border-color: #2255AD;
}
</style>