Shades of Pelorous #2A8DAE
Tints of Pelorous #2A8DAE
RGB
CMYK
RGB Variations
Color information
#2A8DAE (or 0x2A8DAE) is known color: Pelorous. HEX triplet: 2A, 8D and AE. RGB value is (42,141,174). Sum of RGB (Red+Green+Blue) = 42+141+174=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8DAE is #D57251. Grayscale: #727272. Windows color (decimal): -13988434 or 11439402. OLE color: 11439402.
HSL color Cylindrical-coordinate representation of color #2A8DAE: hue angle of 195º 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 #2A8DAE is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 141 | 174 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.32 |
| HSL | 195º | 0.61% | 0.42% | - |
| HSV(B) | 195º | 0.76% | 0.68% | - |
| XYZ | 18.12 | 22.6 | 43.45 | - |
| YUV | 115.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 174 | 0.76 | 0.19 | 0 | 0.32 | 195 | 0.61 | 0.42 |
| Hex | 2A | 8D | AE | 4C | 13 | 0 | 20 | C3 | 3D | 2A |
| Octal | 52 | 215 | 256 | 114 | 23 | 0 | 40 | 303 | 75 | 52 |
| Binary | 101010 | 10001101 | 10101110 | 1001100 | 10011 | 0 | 100000 | 11000011 | 111101 | 101010 |
Color Harmonies of #2A8DAE
Complementary color
Monochromatic Colors of #2A8DAE
Black with #2A8DAE
Text Example
Text Example
White with #2A8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DAE; }
p { color: rgb(42,141,174); }
H1.HeaderClassName
{
color: #2A8DAE;
}
.AnyTagClassName
{
color: #2A8DAE;
}
</style>
background-color css
<style>
a { background-color: #2A8DAE; }
a { background-color: rgb(42,141,174); }
div.DivClassName
{
background-color: #2A8DAE;
}
.BgClassName
{
background-color: #2A8DAE;
}
</style>
border-color css
<style>
span { border-color: #2A8DAE; }
span { border-color: rgb(42,141,174); }
td.TdClassName
{
border-color: #2A8DAE;
}
.TagClassName
{
border-color: #2A8DAE;
}
</style>