Shades of Pelorous #2AA2B4
Tints of Pelorous #2AA2B4
RGB
CMYK
RGB Variations
Color information
#2AA2B4 (or 0x2AA2B4) is known color: Pelorous. HEX triplet: 2A, A2 and B4. RGB value is (42,162,180). Sum of RGB (Red+Green+Blue) = 42+162+180=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #2AA2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2B4 is #D55D4B. Grayscale: #7F7F7F. Windows color (decimal): -13983052 or 11837994. OLE color: 11837994.
HSL color Cylindrical-coordinate representation of color #2AA2B4: hue angle of 187.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AA2B4 is Cyan = 0.77, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 162 | 180 | - |
| CMYK | 0.77 | 0.1 | 0 | 0.29 |
| HSL | 187.83º | 0.62% | 0.44% | - |
| HSV(B) | 187.83º | 0.77% | 0.71% | - |
| XYZ | 22.11 | 29.63 | 47.73 | - |
| YUV | 128.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 180 | 0.77 | 0.1 | 0 | 0.29 | 187.83 | 0.62 | 0.44 |
| Hex | 2A | A2 | B4 | 4D | A | 0 | 1D | BC | 3E | 2C |
| Octal | 52 | 242 | 264 | 115 | 12 | 0 | 35 | 274 | 76 | 54 |
| Binary | 101010 | 10100010 | 10110100 | 1001101 | 1010 | 0 | 11101 | 10111100 | 111110 | 101100 |
Color Harmonies of #2AA2B4
Complementary color
Monochromatic Colors of #2AA2B4
Black with #2AA2B4
Text Example
Text Example
White with #2AA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA2B4; }
p { color: rgb(42,162,180); }
H1.HeaderClassName
{
color: #2AA2B4;
}
.AnyTagClassName
{
color: #2AA2B4;
}
</style>
background-color css
<style>
a { background-color: #2AA2B4; }
a { background-color: rgb(42,162,180); }
div.DivClassName
{
background-color: #2AA2B4;
}
.BgClassName
{
background-color: #2AA2B4;
}
</style>
border-color css
<style>
span { border-color: #2AA2B4; }
span { border-color: rgb(42,162,180); }
td.TdClassName
{
border-color: #2AA2B4;
}
.TagClassName
{
border-color: #2AA2B4;
}
</style>