Shades of Allports #2D677D
Tints of Allports #2D677D
RGB
CMYK
RGB Variations
Color information
#2D677D (or 0x2D677D) is known color: Allports. HEX triplet: 2D, 67 and 7D. RGB value is (45,103,125). Sum of RGB (Red+Green+Blue) = 45+103+125=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D677D is #D29882. Grayscale: #585858. Windows color (decimal): -13801603 or 8218413. OLE color: 8218413.
HSL color Cylindrical-coordinate representation of color #2D677D: hue angle of 196.5º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D677D is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 103 | 125 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.51 |
| HSL | 196.5º | 0.47% | 0.33% | - |
| HSV(B) | 196.5º | 0.64% | 0.49% | - |
| XYZ | 9.63 | 11.74 | 21.16 | - |
| YUV | 88.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 125 | 0.64 | 0.18 | 0 | 0.51 | 196.5 | 0.47 | 0.33 |
| Hex | 2D | 67 | 7D | 40 | 12 | 0 | 33 | C4 | 2F | 21 |
| Octal | 55 | 147 | 175 | 100 | 22 | 0 | 63 | 304 | 57 | 41 |
| Binary | 101101 | 1100111 | 1111101 | 1000000 | 10010 | 0 | 110011 | 11000100 | 101111 | 100001 |
Color Harmonies of #2D677D
Complementary color
Monochromatic Colors of #2D677D
Black with #2D677D
Text Example
Text Example
White with #2D677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D677D; }
p { color: rgb(45,103,125); }
H1.HeaderClassName
{
color: #2D677D;
}
.AnyTagClassName
{
color: #2D677D;
}
</style>
background-color css
<style>
a { background-color: #2D677D; }
a { background-color: rgb(45,103,125); }
div.DivClassName
{
background-color: #2D677D;
}
.BgClassName
{
background-color: #2D677D;
}
</style>
border-color css
<style>
span { border-color: #2D677D; }
span { border-color: rgb(45,103,125); }
td.TdClassName
{
border-color: #2D677D;
}
.TagClassName
{
border-color: #2D677D;
}
</style>