Shades of Allports #256584
Tints of Allports #256584
RGB
CMYK
RGB Variations
Color information
#256584 (or 0x256584) is known color: Allports. HEX triplet: 25, 65 and 84. RGB value is (37,101,132). Sum of RGB (Red+Green+Blue) = 37+101+132=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #256584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256584 is #DA9A7B. Grayscale: #555555. Windows color (decimal): -14326396 or 8676645. OLE color: 8676645.
HSL color Cylindrical-coordinate representation of color #256584: hue angle of 199.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256584 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 101 | 132 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.48 |
| HSL | 199.58º | 0.56% | 0.33% | - |
| HSV(B) | 199.58º | 0.72% | 0.52% | - |
| XYZ | 9.58 | 11.37 | 23.52 | - |
| YUV | 85.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 132 | 0.72 | 0.23 | 0 | 0.48 | 199.58 | 0.56 | 0.33 |
| Hex | 25 | 65 | 84 | 48 | 17 | 0 | 30 | C8 | 38 | 21 |
| Octal | 45 | 145 | 204 | 110 | 27 | 0 | 60 | 310 | 70 | 41 |
| Binary | 100101 | 1100101 | 10000100 | 1001000 | 10111 | 0 | 110000 | 11001000 | 111000 | 100001 |
Color Harmonies of #256584
Complementary color
Monochromatic Colors of #256584
Black with #256584
Text Example
Text Example
White with #256584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256584; }
p { color: rgb(37,101,132); }
H1.HeaderClassName
{
color: #256584;
}
.AnyTagClassName
{
color: #256584;
}
</style>
background-color css
<style>
a { background-color: #256584; }
a { background-color: rgb(37,101,132); }
div.DivClassName
{
background-color: #256584;
}
.BgClassName
{
background-color: #256584;
}
</style>
border-color css
<style>
span { border-color: #256584; }
span { border-color: rgb(37,101,132); }
td.TdClassName
{
border-color: #256584;
}
.TagClassName
{
border-color: #256584;
}
</style>