Shades of Pelorous #2287AB
Tints of Pelorous #2287AB
RGB
CMYK
RGB Variations
Color information
#2287AB (or 0x2287AB) is known color: Pelorous. HEX triplet: 22, 87 and AB. RGB value is (34,135,171). Sum of RGB (Red+Green+Blue) = 34+135+171=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2287AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2287AB is #DD7854. Grayscale: #6C6C6C. Windows color (decimal): -14514261 or 11241250. OLE color: 11241250.
HSL color Cylindrical-coordinate representation of color #2287AB: hue angle of 195.77º 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 #2287AB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 135 | 171 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.33 |
| HSL | 195.77º | 0.67% | 0.4% | - |
| HSV(B) | 195.77º | 0.8% | 0.67% | - |
| XYZ | 16.67 | 20.61 | 41.63 | - |
| YUV | 108.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 171 | 0.80 | 0.21 | 0 | 0.33 | 195.77 | 0.67 | 0.4 |
| Hex | 22 | 87 | AB | 50 | 15 | 0 | 21 | C4 | 43 | 28 |
| Octal | 42 | 207 | 253 | 120 | 25 | 0 | 41 | 304 | 103 | 50 |
| Binary | 100010 | 10000111 | 10101011 | 1010000 | 10101 | 0 | 100001 | 11000100 | 1000011 | 101000 |
Color Harmonies of #2287AB
Complementary color
Monochromatic Colors of #2287AB
Black with #2287AB
Text Example
Text Example
White with #2287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2287AB; }
p { color: rgb(34,135,171); }
H1.HeaderClassName
{
color: #2287AB;
}
.AnyTagClassName
{
color: #2287AB;
}
</style>
background-color css
<style>
a { background-color: #2287AB; }
a { background-color: rgb(34,135,171); }
div.DivClassName
{
background-color: #2287AB;
}
.BgClassName
{
background-color: #2287AB;
}
</style>
border-color css
<style>
span { border-color: #2287AB; }
span { border-color: rgb(34,135,171); }
td.TdClassName
{
border-color: #2287AB;
}
.TagClassName
{
border-color: #2287AB;
}
</style>