Shades of Allports #256B74
Tints of Allports #256B74
RGB
CMYK
RGB Variations
Color information
#256B74 (or 0x256B74) is known color: Allports. HEX triplet: 25, 6B and 74. RGB value is (37,107,116). Sum of RGB (Red+Green+Blue) = 37+107+116=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #256B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B74 is #DA948B. Grayscale: #565656. Windows color (decimal): -14324876 or 7629605. OLE color: 7629605.
HSL color Cylindrical-coordinate representation of color #256B74: hue angle of 186.84º 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 #256B74 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 107 | 116 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.55 |
| HSL | 186.84º | 0.52% | 0.3% | - |
| HSV(B) | 186.84º | 0.68% | 0.45% | - |
| XYZ | 9.17 | 12.17 | 18.39 | - |
| YUV | 87.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 116 | 0.68 | 0.08 | 0 | 0.55 | 186.84 | 0.52 | 0.3 |
| Hex | 25 | 6B | 74 | 44 | 8 | 0 | 37 | BB | 34 | 1E |
| Octal | 45 | 153 | 164 | 104 | 10 | 0 | 67 | 273 | 64 | 36 |
| Binary | 100101 | 1101011 | 1110100 | 1000100 | 1000 | 0 | 110111 | 10111011 | 110100 | 11110 |
Color Harmonies of #256B74
Complementary color
Monochromatic Colors of #256B74
Black with #256B74
Text Example
Text Example
White with #256B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B74; }
p { color: rgb(37,107,116); }
H1.HeaderClassName
{
color: #256B74;
}
.AnyTagClassName
{
color: #256B74;
}
</style>
background-color css
<style>
a { background-color: #256B74; }
a { background-color: rgb(37,107,116); }
div.DivClassName
{
background-color: #256B74;
}
.BgClassName
{
background-color: #256B74;
}
</style>
border-color css
<style>
span { border-color: #256B74; }
span { border-color: rgb(37,107,116); }
td.TdClassName
{
border-color: #256B74;
}
.TagClassName
{
border-color: #256B74;
}
</style>