Shades of Cerulean Blue #2255AC
Tints of Cerulean Blue #2255AC
RGB
CMYK
RGB Variations
Color information
#2255AC (or 0x2255AC) is known color: Cerulean Blue. HEX triplet: 22, 55 and AC. RGB value is (34,85,172). Sum of RGB (Red+Green+Blue) = 34+85+172=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2255AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2255AC is #DDAA53. Grayscale: #4F4F4F. Windows color (decimal): -14527060 or 11293986. OLE color: 11293986.
HSL color Cylindrical-coordinate representation of color #2255AC: hue angle of 217.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2255AC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 85 | 172 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.33 |
| HSL | 217.83º | 0.67% | 0.4% | - |
| HSV(B) | 217.83º | 0.8% | 0.67% | - |
| XYZ | 11.35 | 9.82 | 40.33 | - |
| YUV | 79.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 172 | 0.80 | 0.51 | 0 | 0.33 | 217.83 | 0.67 | 0.4 |
| Hex | 22 | 55 | AC | 50 | 33 | 0 | 21 | DA | 43 | 28 |
| Octal | 42 | 125 | 254 | 120 | 63 | 0 | 41 | 332 | 103 | 50 |
| Binary | 100010 | 1010101 | 10101100 | 1010000 | 110011 | 0 | 100001 | 11011010 | 1000011 | 101000 |
Color Harmonies of #2255AC
Complementary color
Monochromatic Colors of #2255AC
Black with #2255AC
Text Example
Text Example
White with #2255AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255AC; }
p { color: rgb(34,85,172); }
H1.HeaderClassName
{
color: #2255AC;
}
.AnyTagClassName
{
color: #2255AC;
}
</style>
background-color css
<style>
a { background-color: #2255AC; }
a { background-color: rgb(34,85,172); }
div.DivClassName
{
background-color: #2255AC;
}
.BgClassName
{
background-color: #2255AC;
}
</style>
border-color css
<style>
span { border-color: #2255AC; }
span { border-color: rgb(34,85,172); }
td.TdClassName
{
border-color: #2255AC;
}
.TagClassName
{
border-color: #2255AC;
}
</style>