Shades of Allports #256B7D
Tints of Allports #256B7D
RGB
CMYK
RGB Variations
Color information
#256B7D (or 0x256B7D) is known color: Allports. HEX triplet: 25, 6B and 7D. RGB value is (37,107,125). Sum of RGB (Red+Green+Blue) = 37+107+125=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #256B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B7D is #DA9482. Grayscale: #575757. Windows color (decimal): -14324867 or 8219429. OLE color: 8219429.
HSL color Cylindrical-coordinate representation of color #256B7D: hue angle of 192.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256B7D is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 107 | 125 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.51 |
| HSL | 192.27º | 0.54% | 0.32% | - |
| HSV(B) | 192.27º | 0.7% | 0.49% | - |
| XYZ | 9.72 | 12.39 | 21.28 | - |
| YUV | 88.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 125 | 0.70 | 0.14 | 0 | 0.51 | 192.27 | 0.54 | 0.32 |
| Hex | 25 | 6B | 7D | 46 | E | 0 | 33 | C0 | 36 | 20 |
| Octal | 45 | 153 | 175 | 106 | 16 | 0 | 63 | 300 | 66 | 40 |
| Binary | 100101 | 1101011 | 1111101 | 1000110 | 1110 | 0 | 110011 | 11000000 | 110110 | 100000 |
Color Harmonies of #256B7D
Complementary color
Monochromatic Colors of #256B7D
Black with #256B7D
Text Example
Text Example
White with #256B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B7D; }
p { color: rgb(37,107,125); }
H1.HeaderClassName
{
color: #256B7D;
}
.AnyTagClassName
{
color: #256B7D;
}
</style>
background-color css
<style>
a { background-color: #256B7D; }
a { background-color: rgb(37,107,125); }
div.DivClassName
{
background-color: #256B7D;
}
.BgClassName
{
background-color: #256B7D;
}
</style>
border-color css
<style>
span { border-color: #256B7D; }
span { border-color: rgb(37,107,125); }
td.TdClassName
{
border-color: #256B7D;
}
.TagClassName
{
border-color: #256B7D;
}
</style>