Shades of Allports #256F8B
Tints of Allports #256F8B
RGB
CMYK
RGB Variations
Color information
#256F8B (or 0x256F8B) is known color: Allports. HEX triplet: 25, 6F and 8B. RGB value is (37,111,139). Sum of RGB (Red+Green+Blue) = 37+111+139=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #256F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F8B is #DA9074. Grayscale: #5B5B5B. Windows color (decimal): -14323829 or 9137957. OLE color: 9137957.
HSL color Cylindrical-coordinate representation of color #256F8B: hue angle of 196.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256F8B is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 111 | 139 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.45 |
| HSL | 196.47º | 0.58% | 0.35% | - |
| HSV(B) | 196.47º | 0.73% | 0.55% | - |
| XYZ | 11.11 | 13.63 | 26.47 | - |
| YUV | 92.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 139 | 0.73 | 0.20 | 0 | 0.45 | 196.47 | 0.58 | 0.35 |
| Hex | 25 | 6F | 8B | 49 | 14 | 0 | 2D | C4 | 3A | 23 |
| Octal | 45 | 157 | 213 | 111 | 24 | 0 | 55 | 304 | 72 | 43 |
| Binary | 100101 | 1101111 | 10001011 | 1001001 | 10100 | 0 | 101101 | 11000100 | 111010 | 100011 |
Color Harmonies of #256F8B
Complementary color
Monochromatic Colors of #256F8B
Black with #256F8B
Text Example
Text Example
White with #256F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F8B; }
p { color: rgb(37,111,139); }
H1.HeaderClassName
{
color: #256F8B;
}
.AnyTagClassName
{
color: #256F8B;
}
</style>
background-color css
<style>
a { background-color: #256F8B; }
a { background-color: rgb(37,111,139); }
div.DivClassName
{
background-color: #256F8B;
}
.BgClassName
{
background-color: #256F8B;
}
</style>
border-color css
<style>
span { border-color: #256F8B; }
span { border-color: rgb(37,111,139); }
td.TdClassName
{
border-color: #256F8B;
}
.TagClassName
{
border-color: #256F8B;
}
</style>