Shades of Allports #256A74
Tints of Allports #256A74
RGB
CMYK
RGB Variations
Color information
#256A74 (or 0x256A74) is known color: Allports. HEX triplet: 25, 6A and 74. RGB value is (37,106,116). Sum of RGB (Red+Green+Blue) = 37+106+116=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #256A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A74 is #DA958B. Grayscale: #565656. Windows color (decimal): -14325132 or 7629349. OLE color: 7629349.
HSL color Cylindrical-coordinate representation of color #256A74: hue angle of 187.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256A74 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 106 | 116 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.55 |
| HSL | 187.59º | 0.52% | 0.3% | - |
| HSV(B) | 187.59º | 0.68% | 0.45% | - |
| XYZ | 9.07 | 11.96 | 18.35 | - |
| YUV | 86.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 116 | 0.68 | 0.09 | 0 | 0.55 | 187.59 | 0.52 | 0.3 |
| Hex | 25 | 6A | 74 | 44 | 9 | 0 | 37 | BC | 34 | 1E |
| Octal | 45 | 152 | 164 | 104 | 11 | 0 | 67 | 274 | 64 | 36 |
| Binary | 100101 | 1101010 | 1110100 | 1000100 | 1001 | 0 | 110111 | 10111100 | 110100 | 11110 |
Color Harmonies of #256A74
Complementary color
Monochromatic Colors of #256A74
Black with #256A74
Text Example
Text Example
White with #256A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A74; }
p { color: rgb(37,106,116); }
H1.HeaderClassName
{
color: #256A74;
}
.AnyTagClassName
{
color: #256A74;
}
</style>
background-color css
<style>
a { background-color: #256A74; }
a { background-color: rgb(37,106,116); }
div.DivClassName
{
background-color: #256A74;
}
.BgClassName
{
background-color: #256A74;
}
</style>
border-color css
<style>
span { border-color: #256A74; }
span { border-color: rgb(37,106,116); }
td.TdClassName
{
border-color: #256A74;
}
.TagClassName
{
border-color: #256A74;
}
</style>