Shades of Allports #2D687A
Tints of Allports #2D687A
RGB
CMYK
RGB Variations
Color information
#2D687A (or 0x2D687A) is known color: Allports. HEX triplet: 2D, 68 and 7A. RGB value is (45,104,122). Sum of RGB (Red+Green+Blue) = 45+104+122=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D687A is #D29785. Grayscale: #585858. Windows color (decimal): -13801350 or 8022061. OLE color: 8022061.
HSL color Cylindrical-coordinate representation of color #2D687A: hue angle of 194.03º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D687A is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 104 | 122 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.52 |
| HSL | 194.03º | 0.46% | 0.33% | - |
| HSV(B) | 194.03º | 0.63% | 0.48% | - |
| XYZ | 9.55 | 11.86 | 20.2 | - |
| YUV | 88.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 104 | 122 | 0.63 | 0.15 | 0 | 0.52 | 194.03 | 0.46 | 0.33 |
| Hex | 2D | 68 | 7A | 3F | F | 0 | 34 | C2 | 2E | 21 |
| Octal | 55 | 150 | 172 | 77 | 17 | 0 | 64 | 302 | 56 | 41 |
| Binary | 101101 | 1101000 | 1111010 | 111111 | 1111 | 0 | 110100 | 11000010 | 101110 | 100001 |
Color Harmonies of #2D687A
Complementary color
Monochromatic Colors of #2D687A
Black with #2D687A
Text Example
Text Example
White with #2D687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D687A; }
p { color: rgb(45,104,122); }
H1.HeaderClassName
{
color: #2D687A;
}
.AnyTagClassName
{
color: #2D687A;
}
</style>
background-color css
<style>
a { background-color: #2D687A; }
a { background-color: rgb(45,104,122); }
div.DivClassName
{
background-color: #2D687A;
}
.BgClassName
{
background-color: #2D687A;
}
</style>
border-color css
<style>
span { border-color: #2D687A; }
span { border-color: rgb(45,104,122); }
td.TdClassName
{
border-color: #2D687A;
}
.TagClassName
{
border-color: #2D687A;
}
</style>