Shades of Allports #2D6B7C
Tints of Allports #2D6B7C
RGB
CMYK
RGB Variations
Color information
#2D6B7C (or 0x2D6B7C) is known color: Allports. HEX triplet: 2D, 6B and 7C. RGB value is (45,107,124). Sum of RGB (Red+Green+Blue) = 45+107+124=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D6B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B7C is #D29483. Grayscale: #5A5A5A. Windows color (decimal): -13800580 or 8153901. OLE color: 8153901.
HSL color Cylindrical-coordinate representation of color #2D6B7C: hue angle of 192.91º 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 #2D6B7C is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 107 | 124 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.51 |
| HSL | 192.91º | 0.47% | 0.33% | - |
| HSV(B) | 192.91º | 0.64% | 0.49% | - |
| XYZ | 9.98 | 12.53 | 20.96 | - |
| YUV | 90.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 124 | 0.64 | 0.14 | 0 | 0.51 | 192.91 | 0.47 | 0.33 |
| Hex | 2D | 6B | 7C | 40 | E | 0 | 33 | C1 | 2F | 21 |
| Octal | 55 | 153 | 174 | 100 | 16 | 0 | 63 | 301 | 57 | 41 |
| Binary | 101101 | 1101011 | 1111100 | 1000000 | 1110 | 0 | 110011 | 11000001 | 101111 | 100001 |
Color Harmonies of #2D6B7C
Complementary color
Monochromatic Colors of #2D6B7C
Black with #2D6B7C
Text Example
Text Example
White with #2D6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B7C; }
p { color: rgb(45,107,124); }
H1.HeaderClassName
{
color: #2D6B7C;
}
.AnyTagClassName
{
color: #2D6B7C;
}
</style>
background-color css
<style>
a { background-color: #2D6B7C; }
a { background-color: rgb(45,107,124); }
div.DivClassName
{
background-color: #2D6B7C;
}
.BgClassName
{
background-color: #2D6B7C;
}
</style>
border-color css
<style>
span { border-color: #2D6B7C; }
span { border-color: rgb(45,107,124); }
td.TdClassName
{
border-color: #2D6B7C;
}
.TagClassName
{
border-color: #2D6B7C;
}
</style>