Shades of Allports #2A6B83
Tints of Allports #2A6B83
RGB
CMYK
RGB Variations
Color information
#2A6B83 (or 0x2A6B83) is known color: Allports. HEX triplet: 2A, 6B and 83. RGB value is (42,107,131). Sum of RGB (Red+Green+Blue) = 42+107+131=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A6B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6B83 is #D5947C. Grayscale: #5A5A5A. Windows color (decimal): -13997181 or 8612650. OLE color: 8612650.
HSL color Cylindrical-coordinate representation of color #2A6B83: hue angle of 196.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6B83 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 107 | 131 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.49 |
| HSL | 196.18º | 0.51% | 0.34% | - |
| HSV(B) | 196.18º | 0.68% | 0.51% | - |
| XYZ | 10.31 | 12.65 | 23.37 | - |
| YUV | 90.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 131 | 0.68 | 0.18 | 0 | 0.49 | 196.18 | 0.51 | 0.34 |
| Hex | 2A | 6B | 83 | 44 | 12 | 0 | 31 | C4 | 33 | 22 |
| Octal | 52 | 153 | 203 | 104 | 22 | 0 | 61 | 304 | 63 | 42 |
| Binary | 101010 | 1101011 | 10000011 | 1000100 | 10010 | 0 | 110001 | 11000100 | 110011 | 100010 |
Color Harmonies of #2A6B83
Complementary color
Monochromatic Colors of #2A6B83
Black with #2A6B83
Text Example
Text Example
White with #2A6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B83; }
p { color: rgb(42,107,131); }
H1.HeaderClassName
{
color: #2A6B83;
}
.AnyTagClassName
{
color: #2A6B83;
}
</style>
background-color css
<style>
a { background-color: #2A6B83; }
a { background-color: rgb(42,107,131); }
div.DivClassName
{
background-color: #2A6B83;
}
.BgClassName
{
background-color: #2A6B83;
}
</style>
border-color css
<style>
span { border-color: #2A6B83; }
span { border-color: rgb(42,107,131); }
td.TdClassName
{
border-color: #2A6B83;
}
.TagClassName
{
border-color: #2A6B83;
}
</style>