Shades of Allports #2A7381
Tints of Allports #2A7381
RGB
CMYK
RGB Variations
Color information
#2A7381 (or 0x2A7381) is known color: Allports. HEX triplet: 2A, 73 and 81. RGB value is (42,115,129). Sum of RGB (Red+Green+Blue) = 42+115+129=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A7381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7381 is #D58C7E. Grayscale: #5E5E5E. Windows color (decimal): -13995135 or 8483626. OLE color: 8483626.
HSL color Cylindrical-coordinate representation of color #2A7381: hue angle of 189.66º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7381 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 115 | 129 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.49 |
| HSL | 189.66º | 0.51% | 0.34% | - |
| HSV(B) | 189.66º | 0.67% | 0.51% | - |
| XYZ | 11.05 | 14.34 | 22.95 | - |
| YUV | 94.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 129 | 0.67 | 0.11 | 0 | 0.49 | 189.66 | 0.51 | 0.34 |
| Hex | 2A | 73 | 81 | 43 | B | 0 | 31 | BE | 33 | 22 |
| Octal | 52 | 163 | 201 | 103 | 13 | 0 | 61 | 276 | 63 | 42 |
| Binary | 101010 | 1110011 | 10000001 | 1000011 | 1011 | 0 | 110001 | 10111110 | 110011 | 100010 |
Color Harmonies of #2A7381
Complementary color
Monochromatic Colors of #2A7381
Black with #2A7381
Text Example
Text Example
White with #2A7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7381; }
p { color: rgb(42,115,129); }
H1.HeaderClassName
{
color: #2A7381;
}
.AnyTagClassName
{
color: #2A7381;
}
</style>
background-color css
<style>
a { background-color: #2A7381; }
a { background-color: rgb(42,115,129); }
div.DivClassName
{
background-color: #2A7381;
}
.BgClassName
{
background-color: #2A7381;
}
</style>
border-color css
<style>
span { border-color: #2A7381; }
span { border-color: rgb(42,115,129); }
td.TdClassName
{
border-color: #2A7381;
}
.TagClassName
{
border-color: #2A7381;
}
</style>