Shades of Allports #2D6871
Tints of Allports #2D6871
RGB
CMYK
RGB Variations
Color information
#2D6871 (or 0x2D6871) is known color: Allports. HEX triplet: 2D, 68 and 71. RGB value is (45,104,113). Sum of RGB (Red+Green+Blue) = 45+104+113=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D6871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6871 is #D2978E. Grayscale: #575757. Windows color (decimal): -13801359 or 7432237. OLE color: 7432237.
HSL color Cylindrical-coordinate representation of color #2D6871: hue angle of 187.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6871 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 104 | 113 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.56 |
| HSL | 187.94º | 0.43% | 0.31% | - |
| HSV(B) | 187.94º | 0.6% | 0.44% | - |
| XYZ | 9.01 | 11.65 | 17.4 | - |
| YUV | 87.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 113 | 0.60 | 0.08 | 0 | 0.56 | 187.94 | 0.43 | 0.31 |
| Hex | 2D | 68 | 71 | 3C | 8 | 0 | 38 | BC | 2B | 1F |
| Octal | 55 | 150 | 161 | 74 | 10 | 0 | 70 | 274 | 53 | 37 |
| Binary | 101101 | 1101000 | 1110001 | 111100 | 1000 | 0 | 111000 | 10111100 | 101011 | 11111 |
Color Harmonies of #2D6871
Complementary color
Monochromatic Colors of #2D6871
Black with #2D6871
Text Example
Text Example
White with #2D6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6871; }
p { color: rgb(45,104,113); }
H1.HeaderClassName
{
color: #2D6871;
}
.AnyTagClassName
{
color: #2D6871;
}
</style>
background-color css
<style>
a { background-color: #2D6871; }
a { background-color: rgb(45,104,113); }
div.DivClassName
{
background-color: #2D6871;
}
.BgClassName
{
background-color: #2D6871;
}
</style>
border-color css
<style>
span { border-color: #2D6871; }
span { border-color: rgb(45,104,113); }
td.TdClassName
{
border-color: #2D6871;
}
.TagClassName
{
border-color: #2D6871;
}
</style>