Shades of Pelorous #2A8AAE
Tints of Pelorous #2A8AAE
RGB
CMYK
RGB Variations
Color information
#2A8AAE (or 0x2A8AAE) is known color: Pelorous. HEX triplet: 2A, 8A and AE. RGB value is (42,138,174). Sum of RGB (Red+Green+Blue) = 42+138+174=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A8AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8AAE is #D57551. Grayscale: #717171. Windows color (decimal): -13989202 or 11438634. OLE color: 11438634.
HSL color Cylindrical-coordinate representation of color #2A8AAE: hue angle of 196.36º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A8AAE is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 138 | 174 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.32 |
| HSL | 196.36º | 0.61% | 0.42% | - |
| HSV(B) | 196.36º | 0.76% | 0.68% | - |
| XYZ | 17.68 | 21.73 | 43.31 | - |
| YUV | 113.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 174 | 0.76 | 0.21 | 0 | 0.32 | 196.36 | 0.61 | 0.42 |
| Hex | 2A | 8A | AE | 4C | 15 | 0 | 20 | C4 | 3D | 2A |
| Octal | 52 | 212 | 256 | 114 | 25 | 0 | 40 | 304 | 75 | 52 |
| Binary | 101010 | 10001010 | 10101110 | 1001100 | 10101 | 0 | 100000 | 11000100 | 111101 | 101010 |
Color Harmonies of #2A8AAE
Complementary color
Monochromatic Colors of #2A8AAE
Black with #2A8AAE
Text Example
Text Example
White with #2A8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8AAE; }
p { color: rgb(42,138,174); }
H1.HeaderClassName
{
color: #2A8AAE;
}
.AnyTagClassName
{
color: #2A8AAE;
}
</style>
background-color css
<style>
a { background-color: #2A8AAE; }
a { background-color: rgb(42,138,174); }
div.DivClassName
{
background-color: #2A8AAE;
}
.BgClassName
{
background-color: #2A8AAE;
}
</style>
border-color css
<style>
span { border-color: #2A8AAE; }
span { border-color: rgb(42,138,174); }
td.TdClassName
{
border-color: #2A8AAE;
}
.TagClassName
{
border-color: #2A8AAE;
}
</style>