Shades of Allports #256C74
Tints of Allports #256C74
RGB
CMYK
RGB Variations
Color information
#256C74 (or 0x256C74) is known color: Allports. HEX triplet: 25, 6C and 74. RGB value is (37,108,116). Sum of RGB (Red+Green+Blue) = 37+108+116=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #256C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C74 is #DA938B. Grayscale: #575757. Windows color (decimal): -14324620 or 7629861. OLE color: 7629861.
HSL color Cylindrical-coordinate representation of color #256C74: hue angle of 186.08º 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 #256C74 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 108 | 116 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.55 |
| HSL | 186.08º | 0.52% | 0.3% | - |
| HSV(B) | 186.08º | 0.68% | 0.45% | - |
| XYZ | 9.28 | 12.38 | 18.42 | - |
| YUV | 87.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 116 | 0.68 | 0.07 | 0 | 0.55 | 186.08 | 0.52 | 0.3 |
| Hex | 25 | 6C | 74 | 44 | 7 | 0 | 37 | BA | 34 | 1E |
| Octal | 45 | 154 | 164 | 104 | 7 | 0 | 67 | 272 | 64 | 36 |
| Binary | 100101 | 1101100 | 1110100 | 1000100 | 111 | 0 | 110111 | 10111010 | 110100 | 11110 |
Color Harmonies of #256C74
Complementary color
Monochromatic Colors of #256C74
Black with #256C74
Text Example
Text Example
White with #256C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C74; }
p { color: rgb(37,108,116); }
H1.HeaderClassName
{
color: #256C74;
}
.AnyTagClassName
{
color: #256C74;
}
</style>
background-color css
<style>
a { background-color: #256C74; }
a { background-color: rgb(37,108,116); }
div.DivClassName
{
background-color: #256C74;
}
.BgClassName
{
background-color: #256C74;
}
</style>
border-color css
<style>
span { border-color: #256C74; }
span { border-color: rgb(37,108,116); }
td.TdClassName
{
border-color: #256C74;
}
.TagClassName
{
border-color: #256C74;
}
</style>