Shades of Pelorous #2D9FAA
Tints of Pelorous #2D9FAA
RGB
CMYK
RGB Variations
Color information
#2D9FAA (or 0x2D9FAA) is known color: Pelorous. HEX triplet: 2D, 9F and AA. RGB value is (45,159,170). Sum of RGB (Red+Green+Blue) = 45+159+170=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D9FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9FAA is #D26055. Grayscale: #7E7E7E. Windows color (decimal): -13787222 or 11181869. OLE color: 11181869.
HSL color Cylindrical-coordinate representation of color #2D9FAA: hue angle of 185.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9FAA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 159 | 170 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.33 |
| HSL | 185.28º | 0.58% | 0.42% | - |
| HSV(B) | 185.28º | 0.74% | 0.67% | - |
| XYZ | 20.74 | 28.26 | 42.39 | - |
| YUV | 126.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 170 | 0.74 | 0.06 | 0 | 0.33 | 185.28 | 0.58 | 0.42 |
| Hex | 2D | 9F | AA | 4A | 6 | 0 | 21 | B9 | 3A | 2A |
| Octal | 55 | 237 | 252 | 112 | 6 | 0 | 41 | 271 | 72 | 52 |
| Binary | 101101 | 10011111 | 10101010 | 1001010 | 110 | 0 | 100001 | 10111001 | 111010 | 101010 |
Color Harmonies of #2D9FAA
Complementary color
Monochromatic Colors of #2D9FAA
Black with #2D9FAA
Text Example
Text Example
White with #2D9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FAA; }
p { color: rgb(45,159,170); }
H1.HeaderClassName
{
color: #2D9FAA;
}
.AnyTagClassName
{
color: #2D9FAA;
}
</style>
background-color css
<style>
a { background-color: #2D9FAA; }
a { background-color: rgb(45,159,170); }
div.DivClassName
{
background-color: #2D9FAA;
}
.BgClassName
{
background-color: #2D9FAA;
}
</style>
border-color css
<style>
span { border-color: #2D9FAA; }
span { border-color: rgb(45,159,170); }
td.TdClassName
{
border-color: #2D9FAA;
}
.TagClassName
{
border-color: #2D9FAA;
}
</style>