Shades of Allports #256D8B
Tints of Allports #256D8B
RGB
CMYK
RGB Variations
Color information
#256D8B (or 0x256D8B) is known color: Allports. HEX triplet: 25, 6D and 8B. RGB value is (37,109,139). Sum of RGB (Red+Green+Blue) = 37+109+139=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #256D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D8B is #DA9274. Grayscale: #5A5A5A. Windows color (decimal): -14324341 or 9137445. OLE color: 9137445.
HSL color Cylindrical-coordinate representation of color #256D8B: hue angle of 197.65º 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 #256D8B is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 109 | 139 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.45 |
| HSL | 197.65º | 0.58% | 0.35% | - |
| HSV(B) | 197.65º | 0.73% | 0.55% | - |
| XYZ | 10.89 | 13.19 | 26.4 | - |
| YUV | 90.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 139 | 0.73 | 0.22 | 0 | 0.45 | 197.65 | 0.58 | 0.35 |
| Hex | 25 | 6D | 8B | 49 | 16 | 0 | 2D | C6 | 3A | 23 |
| Octal | 45 | 155 | 213 | 111 | 26 | 0 | 55 | 306 | 72 | 43 |
| Binary | 100101 | 1101101 | 10001011 | 1001001 | 10110 | 0 | 101101 | 11000110 | 111010 | 100011 |
Color Harmonies of #256D8B
Complementary color
Monochromatic Colors of #256D8B
Black with #256D8B
Text Example
Text Example
White with #256D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D8B; }
p { color: rgb(37,109,139); }
H1.HeaderClassName
{
color: #256D8B;
}
.AnyTagClassName
{
color: #256D8B;
}
</style>
background-color css
<style>
a { background-color: #256D8B; }
a { background-color: rgb(37,109,139); }
div.DivClassName
{
background-color: #256D8B;
}
.BgClassName
{
background-color: #256D8B;
}
</style>
border-color css
<style>
span { border-color: #256D8B; }
span { border-color: rgb(37,109,139); }
td.TdClassName
{
border-color: #256D8B;
}
.TagClassName
{
border-color: #256D8B;
}
</style>