Shades of Allports #2A6C75
Tints of Allports #2A6C75
RGB
CMYK
RGB Variations
Color information
#2A6C75 (or 0x2A6C75) is known color: Allports. HEX triplet: 2A, 6C and 75. RGB value is (42,108,117). Sum of RGB (Red+Green+Blue) = 42+108+117=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A6C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6C75 is #D5938A. Grayscale: #595959. Windows color (decimal): -13996939 or 7695402. OLE color: 7695402.
HSL color Cylindrical-coordinate representation of color #2A6C75: hue angle of 187.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6C75 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 108 | 117 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.54 |
| HSL | 187.2º | 0.47% | 0.31% | - |
| HSV(B) | 187.2º | 0.64% | 0.46% | - |
| XYZ | 9.53 | 12.5 | 18.74 | - |
| YUV | 89.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 117 | 0.64 | 0.08 | 0 | 0.54 | 187.2 | 0.47 | 0.31 |
| Hex | 2A | 6C | 75 | 40 | 8 | 0 | 36 | BB | 2F | 1F |
| Octal | 52 | 154 | 165 | 100 | 10 | 0 | 66 | 273 | 57 | 37 |
| Binary | 101010 | 1101100 | 1110101 | 1000000 | 1000 | 0 | 110110 | 10111011 | 101111 | 11111 |
Color Harmonies of #2A6C75
Complementary color
Monochromatic Colors of #2A6C75
Black with #2A6C75
Text Example
Text Example
White with #2A6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6C75; }
p { color: rgb(42,108,117); }
H1.HeaderClassName
{
color: #2A6C75;
}
.AnyTagClassName
{
color: #2A6C75;
}
</style>
background-color css
<style>
a { background-color: #2A6C75; }
a { background-color: rgb(42,108,117); }
div.DivClassName
{
background-color: #2A6C75;
}
.BgClassName
{
background-color: #2A6C75;
}
</style>
border-color css
<style>
span { border-color: #2A6C75; }
span { border-color: rgb(42,108,117); }
td.TdClassName
{
border-color: #2A6C75;
}
.TagClassName
{
border-color: #2A6C75;
}
</style>