Shades of Pelorous #2288AB
Tints of Pelorous #2288AB
RGB
CMYK
RGB Variations
Color information
#2288AB (or 0x2288AB) is known color: Pelorous. HEX triplet: 22, 88 and AB. RGB value is (34,136,171). Sum of RGB (Red+Green+Blue) = 34+136+171=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2288AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2288AB is #DD7754. Grayscale: #6D6D6D. Windows color (decimal): -14514005 or 11241506. OLE color: 11241506.
HSL color Cylindrical-coordinate representation of color #2288AB: hue angle of 195.33º 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 #2288AB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 136 | 171 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.33 |
| HSL | 195.33º | 0.67% | 0.4% | - |
| HSV(B) | 195.33º | 0.8% | 0.67% | - |
| XYZ | 16.81 | 20.89 | 41.67 | - |
| YUV | 109.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 171 | 0.80 | 0.20 | 0 | 0.33 | 195.33 | 0.67 | 0.4 |
| Hex | 22 | 88 | AB | 50 | 14 | 0 | 21 | C3 | 43 | 28 |
| Octal | 42 | 210 | 253 | 120 | 24 | 0 | 41 | 303 | 103 | 50 |
| Binary | 100010 | 10001000 | 10101011 | 1010000 | 10100 | 0 | 100001 | 11000011 | 1000011 | 101000 |
Color Harmonies of #2288AB
Complementary color
Monochromatic Colors of #2288AB
Black with #2288AB
Text Example
Text Example
White with #2288AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2288AB; }
p { color: rgb(34,136,171); }
H1.HeaderClassName
{
color: #2288AB;
}
.AnyTagClassName
{
color: #2288AB;
}
</style>
background-color css
<style>
a { background-color: #2288AB; }
a { background-color: rgb(34,136,171); }
div.DivClassName
{
background-color: #2288AB;
}
.BgClassName
{
background-color: #2288AB;
}
</style>
border-color css
<style>
span { border-color: #2288AB; }
span { border-color: rgb(34,136,171); }
td.TdClassName
{
border-color: #2288AB;
}
.TagClassName
{
border-color: #2288AB;
}
</style>