Shades of Allports #2D6977
Tints of Allports #2D6977
RGB
CMYK
RGB Variations
Color information
#2D6977 (or 0x2D6977) is known color: Allports. HEX triplet: 2D, 69 and 77. RGB value is (45,105,119). Sum of RGB (Red+Green+Blue) = 45+105+119=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D6977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6977 is #D29688. Grayscale: #585858. Windows color (decimal): -13801097 or 7825709. OLE color: 7825709.
HSL color Cylindrical-coordinate representation of color #2D6977: hue angle of 191.35º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6977 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 105 | 119 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.53 |
| HSL | 191.35º | 0.45% | 0.32% | - |
| HSV(B) | 191.35º | 0.62% | 0.47% | - |
| XYZ | 9.46 | 11.99 | 19.27 | - |
| YUV | 88.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 119 | 0.62 | 0.12 | 0 | 0.53 | 191.35 | 0.45 | 0.32 |
| Hex | 2D | 69 | 77 | 3E | C | 0 | 35 | BF | 2D | 20 |
| Octal | 55 | 151 | 167 | 76 | 14 | 0 | 65 | 277 | 55 | 40 |
| Binary | 101101 | 1101001 | 1110111 | 111110 | 1100 | 0 | 110101 | 10111111 | 101101 | 100000 |
Color Harmonies of #2D6977
Complementary color
Monochromatic Colors of #2D6977
Black with #2D6977
Text Example
Text Example
White with #2D6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6977; }
p { color: rgb(45,105,119); }
H1.HeaderClassName
{
color: #2D6977;
}
.AnyTagClassName
{
color: #2D6977;
}
</style>
background-color css
<style>
a { background-color: #2D6977; }
a { background-color: rgb(45,105,119); }
div.DivClassName
{
background-color: #2D6977;
}
.BgClassName
{
background-color: #2D6977;
}
</style>
border-color css
<style>
span { border-color: #2D6977; }
span { border-color: rgb(45,105,119); }
td.TdClassName
{
border-color: #2D6977;
}
.TagClassName
{
border-color: #2D6977;
}
</style>