Shades of Pelorous #2A91AB
Tints of Pelorous #2A91AB
RGB
CMYK
RGB Variations
Color information
#2A91AB (or 0x2A91AB) is known color: Pelorous. HEX triplet: 2A, 91 and AB. RGB value is (42,145,171). Sum of RGB (Red+Green+Blue) = 42+145+171=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A91AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A91AB is #D56E54. Grayscale: #747474. Windows color (decimal): -13987413 or 11243818. OLE color: 11243818.
HSL color Cylindrical-coordinate representation of color #2A91AB: hue angle of 192.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A91AB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 145 | 171 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.33 |
| HSL | 192.09º | 0.61% | 0.42% | - |
| HSV(B) | 192.09º | 0.75% | 0.67% | - |
| XYZ | 18.43 | 23.68 | 42.13 | - |
| YUV | 117.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 171 | 0.75 | 0.15 | 0 | 0.33 | 192.09 | 0.61 | 0.42 |
| Hex | 2A | 91 | AB | 4B | F | 0 | 21 | C0 | 3D | 2A |
| Octal | 52 | 221 | 253 | 113 | 17 | 0 | 41 | 300 | 75 | 52 |
| Binary | 101010 | 10010001 | 10101011 | 1001011 | 1111 | 0 | 100001 | 11000000 | 111101 | 101010 |
Color Harmonies of #2A91AB
Complementary color
Monochromatic Colors of #2A91AB
Black with #2A91AB
Text Example
Text Example
White with #2A91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A91AB; }
p { color: rgb(42,145,171); }
H1.HeaderClassName
{
color: #2A91AB;
}
.AnyTagClassName
{
color: #2A91AB;
}
</style>
background-color css
<style>
a { background-color: #2A91AB; }
a { background-color: rgb(42,145,171); }
div.DivClassName
{
background-color: #2A91AB;
}
.BgClassName
{
background-color: #2A91AB;
}
</style>
border-color css
<style>
span { border-color: #2A91AB; }
span { border-color: rgb(42,145,171); }
td.TdClassName
{
border-color: #2A91AB;
}
.TagClassName
{
border-color: #2A91AB;
}
</style>