Shades of Allports #256574
Tints of Allports #256574
RGB
CMYK
RGB Variations
Color information
#256574 (or 0x256574) is known color: Allports. HEX triplet: 25, 65 and 74. RGB value is (37,101,116). Sum of RGB (Red+Green+Blue) = 37+101+116=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #256574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256574 is #DA9A8B. Grayscale: #535353. Windows color (decimal): -14326412 or 7628069. OLE color: 7628069.
HSL color Cylindrical-coordinate representation of color #256574: hue angle of 191.39º 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 #256574 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 101 | 116 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.55 |
| HSL | 191.39º | 0.52% | 0.3% | - |
| HSV(B) | 191.39º | 0.68% | 0.45% | - |
| XYZ | 8.57 | 10.96 | 18.19 | - |
| YUV | 83.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 116 | 0.68 | 0.13 | 0 | 0.55 | 191.39 | 0.52 | 0.3 |
| Hex | 25 | 65 | 74 | 44 | D | 0 | 37 | BF | 34 | 1E |
| Octal | 45 | 145 | 164 | 104 | 15 | 0 | 67 | 277 | 64 | 36 |
| Binary | 100101 | 1100101 | 1110100 | 1000100 | 1101 | 0 | 110111 | 10111111 | 110100 | 11110 |
Color Harmonies of #256574
Complementary color
Monochromatic Colors of #256574
Black with #256574
Text Example
Text Example
White with #256574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256574; }
p { color: rgb(37,101,116); }
H1.HeaderClassName
{
color: #256574;
}
.AnyTagClassName
{
color: #256574;
}
</style>
background-color css
<style>
a { background-color: #256574; }
a { background-color: rgb(37,101,116); }
div.DivClassName
{
background-color: #256574;
}
.BgClassName
{
background-color: #256574;
}
</style>
border-color css
<style>
span { border-color: #256574; }
span { border-color: rgb(37,101,116); }
td.TdClassName
{
border-color: #256574;
}
.TagClassName
{
border-color: #256574;
}
</style>