Shades of Pelorous #2D97AC
Tints of Pelorous #2D97AC
RGB
CMYK
RGB Variations
Color information
#2D97AC (or 0x2D97AC) is known color: Pelorous. HEX triplet: 2D, 97 and AC. RGB value is (45,151,172). Sum of RGB (Red+Green+Blue) = 45+151+172=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D97AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D97AC is #D26853. Grayscale: #797979. Windows color (decimal): -13789268 or 11310893. OLE color: 11310893.
HSL color Cylindrical-coordinate representation of color #2D97AC: hue angle of 189.92º 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 #2D97AC is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 151 | 172 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.33 |
| HSL | 189.92º | 0.59% | 0.43% | - |
| HSV(B) | 189.92º | 0.74% | 0.67% | - |
| XYZ | 19.6 | 25.67 | 42.95 | - |
| YUV | 121.7 | 156.38 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 172 | 0.74 | 0.12 | 0 | 0.33 | 189.92 | 0.59 | 0.43 |
| Hex | 2D | 97 | AC | 4A | C | 0 | 21 | BE | 3B | 2B |
| Octal | 55 | 227 | 254 | 112 | 14 | 0 | 41 | 276 | 73 | 53 |
| Binary | 101101 | 10010111 | 10101100 | 1001010 | 1100 | 0 | 100001 | 10111110 | 111011 | 101011 |
Color Harmonies of #2D97AC
Complementary color
Monochromatic Colors of #2D97AC
Black with #2D97AC
Text Example
Text Example
White with #2D97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D97AC; }
p { color: rgb(45,151,172); }
H1.HeaderClassName
{
color: #2D97AC;
}
.AnyTagClassName
{
color: #2D97AC;
}
</style>
background-color css
<style>
a { background-color: #2D97AC; }
a { background-color: rgb(45,151,172); }
div.DivClassName
{
background-color: #2D97AC;
}
.BgClassName
{
background-color: #2D97AC;
}
</style>
border-color css
<style>
span { border-color: #2D97AC; }
span { border-color: rgb(45,151,172); }
td.TdClassName
{
border-color: #2D97AC;
}
.TagClassName
{
border-color: #2D97AC;
}
</style>