Shades of Pelorous #2D9FAC
Tints of Pelorous #2D9FAC
RGB
CMYK
RGB Variations
Color information
#2D9FAC (or 0x2D9FAC) is known color: Pelorous. HEX triplet: 2D, 9F and AC. RGB value is (45,159,172). Sum of RGB (Red+Green+Blue) = 45+159+172=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9FAC is #D26053. Grayscale: #7E7E7E. Windows color (decimal): -13787220 or 11312941. OLE color: 11312941.
HSL color Cylindrical-coordinate representation of color #2D9FAC: hue angle of 186.14º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9FAC is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 159 | 172 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.33 |
| HSL | 186.14º | 0.59% | 0.43% | - |
| HSV(B) | 186.14º | 0.74% | 0.67% | - |
| XYZ | 20.93 | 28.33 | 43.4 | - |
| YUV | 126.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 172 | 0.74 | 0.08 | 0 | 0.33 | 186.14 | 0.59 | 0.43 |
| Hex | 2D | 9F | AC | 4A | 8 | 0 | 21 | BA | 3B | 2B |
| Octal | 55 | 237 | 254 | 112 | 10 | 0 | 41 | 272 | 73 | 53 |
| Binary | 101101 | 10011111 | 10101100 | 1001010 | 1000 | 0 | 100001 | 10111010 | 111011 | 101011 |
Color Harmonies of #2D9FAC
Complementary color
Monochromatic Colors of #2D9FAC
Black with #2D9FAC
Text Example
Text Example
White with #2D9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FAC; }
p { color: rgb(45,159,172); }
H1.HeaderClassName
{
color: #2D9FAC;
}
.AnyTagClassName
{
color: #2D9FAC;
}
</style>
background-color css
<style>
a { background-color: #2D9FAC; }
a { background-color: rgb(45,159,172); }
div.DivClassName
{
background-color: #2D9FAC;
}
.BgClassName
{
background-color: #2D9FAC;
}
</style>
border-color css
<style>
span { border-color: #2D9FAC; }
span { border-color: rgb(45,159,172); }
td.TdClassName
{
border-color: #2D9FAC;
}
.TagClassName
{
border-color: #2D9FAC;
}
</style>