Shades of Pelorous #2A90AC
Tints of Pelorous #2A90AC
RGB
CMYK
RGB Variations
Color information
#2A90AC (or 0x2A90AC) is known color: Pelorous. HEX triplet: 2A, 90 and AC. RGB value is (42,144,172). Sum of RGB (Red+Green+Blue) = 42+144+172=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A90AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A90AC is #D56F53. Grayscale: #747474. Windows color (decimal): -13987668 or 11309098. OLE color: 11309098.
HSL color Cylindrical-coordinate representation of color #2A90AC: hue angle of 192.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A90AC is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 144 | 172 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.33 |
| HSL | 192.92º | 0.61% | 0.42% | - |
| HSV(B) | 192.92º | 0.76% | 0.67% | - |
| XYZ | 18.37 | 23.42 | 42.58 | - |
| YUV | 116.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 172 | 0.76 | 0.16 | 0 | 0.33 | 192.92 | 0.61 | 0.42 |
| Hex | 2A | 90 | AC | 4C | 10 | 0 | 21 | C1 | 3D | 2A |
| Octal | 52 | 220 | 254 | 114 | 20 | 0 | 41 | 301 | 75 | 52 |
| Binary | 101010 | 10010000 | 10101100 | 1001100 | 10000 | 0 | 100001 | 11000001 | 111101 | 101010 |
Color Harmonies of #2A90AC
Complementary color
Monochromatic Colors of #2A90AC
Black with #2A90AC
Text Example
Text Example
White with #2A90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A90AC; }
p { color: rgb(42,144,172); }
H1.HeaderClassName
{
color: #2A90AC;
}
.AnyTagClassName
{
color: #2A90AC;
}
</style>
background-color css
<style>
a { background-color: #2A90AC; }
a { background-color: rgb(42,144,172); }
div.DivClassName
{
background-color: #2A90AC;
}
.BgClassName
{
background-color: #2A90AC;
}
</style>
border-color css
<style>
span { border-color: #2A90AC; }
span { border-color: rgb(42,144,172); }
td.TdClassName
{
border-color: #2A90AC;
}
.TagClassName
{
border-color: #2A90AC;
}
</style>