Shades of Pelorous #2A8DAD
Tints of Pelorous #2A8DAD
RGB
CMYK
RGB Variations
Color information
#2A8DAD (or 0x2A8DAD) is known color: Pelorous. HEX triplet: 2A, 8D and AD. RGB value is (42,141,173). Sum of RGB (Red+Green+Blue) = 42+141+173=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A8DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8DAD is #D57252. Grayscale: #727272. Windows color (decimal): -13988435 or 11373866. OLE color: 11373866.
HSL color Cylindrical-coordinate representation of color #2A8DAD: hue angle of 194.66º 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 #2A8DAD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 141 | 173 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.32 |
| HSL | 194.66º | 0.61% | 0.42% | - |
| HSV(B) | 194.66º | 0.76% | 0.68% | - |
| XYZ | 18.02 | 22.56 | 42.94 | - |
| YUV | 115.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 173 | 0.76 | 0.18 | 0 | 0.32 | 194.66 | 0.61 | 0.42 |
| Hex | 2A | 8D | AD | 4C | 12 | 0 | 20 | C3 | 3D | 2A |
| Octal | 52 | 215 | 255 | 114 | 22 | 0 | 40 | 303 | 75 | 52 |
| Binary | 101010 | 10001101 | 10101101 | 1001100 | 10010 | 0 | 100000 | 11000011 | 111101 | 101010 |
Color Harmonies of #2A8DAD
Complementary color
Monochromatic Colors of #2A8DAD
Black with #2A8DAD
Text Example
Text Example
White with #2A8DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DAD; }
p { color: rgb(42,141,173); }
H1.HeaderClassName
{
color: #2A8DAD;
}
.AnyTagClassName
{
color: #2A8DAD;
}
</style>
background-color css
<style>
a { background-color: #2A8DAD; }
a { background-color: rgb(42,141,173); }
div.DivClassName
{
background-color: #2A8DAD;
}
.BgClassName
{
background-color: #2A8DAD;
}
</style>
border-color css
<style>
span { border-color: #2A8DAD; }
span { border-color: rgb(42,141,173); }
td.TdClassName
{
border-color: #2A8DAD;
}
.TagClassName
{
border-color: #2A8DAD;
}
</style>