Shades of Pelorous #2D9FAE
Tints of Pelorous #2D9FAE
RGB
CMYK
RGB Variations
Color information
#2D9FAE (or 0x2D9FAE) is known color: Pelorous. HEX triplet: 2D, 9F and AE. RGB value is (45,159,174). Sum of RGB (Red+Green+Blue) = 45+159+174=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9FAE is #D26051. Grayscale: #7E7E7E. Windows color (decimal): -13787218 or 11444013. OLE color: 11444013.
HSL color Cylindrical-coordinate representation of color #2D9FAE: hue angle of 186.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9FAE is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 159 | 174 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.32 |
| HSL | 186.98º | 0.59% | 0.43% | - |
| HSV(B) | 186.98º | 0.74% | 0.68% | - |
| XYZ | 21.12 | 28.41 | 44.41 | - |
| YUV | 126.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 174 | 0.74 | 0.09 | 0 | 0.32 | 186.98 | 0.59 | 0.43 |
| Hex | 2D | 9F | AE | 4A | 9 | 0 | 20 | BB | 3B | 2B |
| Octal | 55 | 237 | 256 | 112 | 11 | 0 | 40 | 273 | 73 | 53 |
| Binary | 101101 | 10011111 | 10101110 | 1001010 | 1001 | 0 | 100000 | 10111011 | 111011 | 101011 |
Color Harmonies of #2D9FAE
Complementary color
Monochromatic Colors of #2D9FAE
Black with #2D9FAE
Text Example
Text Example
White with #2D9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FAE; }
p { color: rgb(45,159,174); }
H1.HeaderClassName
{
color: #2D9FAE;
}
.AnyTagClassName
{
color: #2D9FAE;
}
</style>
background-color css
<style>
a { background-color: #2D9FAE; }
a { background-color: rgb(45,159,174); }
div.DivClassName
{
background-color: #2D9FAE;
}
.BgClassName
{
background-color: #2D9FAE;
}
</style>
border-color css
<style>
span { border-color: #2D9FAE; }
span { border-color: rgb(45,159,174); }
td.TdClassName
{
border-color: #2D9FAE;
}
.TagClassName
{
border-color: #2D9FAE;
}
</style>