Shades of Pelorous #2AA2B3
Tints of Pelorous #2AA2B3
RGB
CMYK
RGB Variations
Color information
#2AA2B3 (or 0x2AA2B3) is known color: Pelorous. HEX triplet: 2A, A2 and B3. RGB value is (42,162,179). Sum of RGB (Red+Green+Blue) = 42+162+179=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #2AA2B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2B3 is #D55D4C. Grayscale: #7F7F7F. Windows color (decimal): -13983053 or 11772458. OLE color: 11772458.
HSL color Cylindrical-coordinate representation of color #2AA2B3: hue angle of 187.45º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AA2B3 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 162 | 179 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.30 |
| HSL | 187.45º | 0.62% | 0.43% | - |
| HSV(B) | 187.45º | 0.77% | 0.7% | - |
| XYZ | 22.01 | 29.59 | 47.2 | - |
| YUV | 128.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 179 | 0.77 | 0.09 | 0 | 0.30 | 187.45 | 0.62 | 0.43 |
| Hex | 2A | A2 | B3 | 4D | 9 | 0 | 1E | BB | 3E | 2B |
| Octal | 52 | 242 | 263 | 115 | 11 | 0 | 36 | 273 | 76 | 53 |
| Binary | 101010 | 10100010 | 10110011 | 1001101 | 1001 | 0 | 11110 | 10111011 | 111110 | 101011 |
Color Harmonies of #2AA2B3
Complementary color
Monochromatic Colors of #2AA2B3
Black with #2AA2B3
Text Example
Text Example
White with #2AA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA2B3; }
p { color: rgb(42,162,179); }
H1.HeaderClassName
{
color: #2AA2B3;
}
.AnyTagClassName
{
color: #2AA2B3;
}
</style>
background-color css
<style>
a { background-color: #2AA2B3; }
a { background-color: rgb(42,162,179); }
div.DivClassName
{
background-color: #2AA2B3;
}
.BgClassName
{
background-color: #2AA2B3;
}
</style>
border-color css
<style>
span { border-color: #2AA2B3; }
span { border-color: rgb(42,162,179); }
td.TdClassName
{
border-color: #2AA2B3;
}
.TagClassName
{
border-color: #2AA2B3;
}
</style>