Shades of Pelorous #2291AD
Tints of Pelorous #2291AD
RGB
CMYK
RGB Variations
Color information
#2291AD (or 0x2291AD) is known color: Pelorous. HEX triplet: 22, 91 and AD. RGB value is (34,145,173). Sum of RGB (Red+Green+Blue) = 34+145+173=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #2291AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2291AD is #DD6E52. Grayscale: #727272. Windows color (decimal): -14511699 or 11374882. OLE color: 11374882.
HSL color Cylindrical-coordinate representation of color #2291AD: hue angle of 192.09º 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 #2291AD is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 145 | 173 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.32 |
| HSL | 192.09º | 0.67% | 0.41% | - |
| HSV(B) | 192.09º | 0.8% | 0.68% | - |
| XYZ | 18.33 | 23.61 | 43.13 | - |
| YUV | 115 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 173 | 0.80 | 0.16 | 0 | 0.32 | 192.09 | 0.67 | 0.41 |
| Hex | 22 | 91 | AD | 50 | 10 | 0 | 20 | C0 | 43 | 29 |
| Octal | 42 | 221 | 255 | 120 | 20 | 0 | 40 | 300 | 103 | 51 |
| Binary | 100010 | 10010001 | 10101101 | 1010000 | 10000 | 0 | 100000 | 11000000 | 1000011 | 101001 |
Color Harmonies of #2291AD
Complementary color
Monochromatic Colors of #2291AD
Black with #2291AD
Text Example
Text Example
White with #2291AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2291AD; }
p { color: rgb(34,145,173); }
H1.HeaderClassName
{
color: #2291AD;
}
.AnyTagClassName
{
color: #2291AD;
}
</style>
background-color css
<style>
a { background-color: #2291AD; }
a { background-color: rgb(34,145,173); }
div.DivClassName
{
background-color: #2291AD;
}
.BgClassName
{
background-color: #2291AD;
}
</style>
border-color css
<style>
span { border-color: #2291AD; }
span { border-color: rgb(34,145,173); }
td.TdClassName
{
border-color: #2291AD;
}
.TagClassName
{
border-color: #2291AD;
}
</style>