Shades of Allports #256B8B
Tints of Allports #256B8B
RGB
CMYK
RGB Variations
Color information
#256B8B (or 0x256B8B) is known color: Allports. HEX triplet: 25, 6B and 8B. RGB value is (37,107,139). Sum of RGB (Red+Green+Blue) = 37+107+139=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #256B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B8B is #DA9474. Grayscale: #595959. Windows color (decimal): -14324853 or 9136933. OLE color: 9136933.
HSL color Cylindrical-coordinate representation of color #256B8B: hue angle of 198.82º 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 #256B8B is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 107 | 139 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.45 |
| HSL | 198.82º | 0.58% | 0.35% | - |
| HSV(B) | 198.82º | 0.73% | 0.55% | - |
| XYZ | 10.68 | 12.77 | 26.33 | - |
| YUV | 89.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 139 | 0.73 | 0.23 | 0 | 0.45 | 198.82 | 0.58 | 0.35 |
| Hex | 25 | 6B | 8B | 49 | 17 | 0 | 2D | C7 | 3A | 23 |
| Octal | 45 | 153 | 213 | 111 | 27 | 0 | 55 | 307 | 72 | 43 |
| Binary | 100101 | 1101011 | 10001011 | 1001001 | 10111 | 0 | 101101 | 11000111 | 111010 | 100011 |
Color Harmonies of #256B8B
Complementary color
Monochromatic Colors of #256B8B
Black with #256B8B
Text Example
Text Example
White with #256B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B8B; }
p { color: rgb(37,107,139); }
H1.HeaderClassName
{
color: #256B8B;
}
.AnyTagClassName
{
color: #256B8B;
}
</style>
background-color css
<style>
a { background-color: #256B8B; }
a { background-color: rgb(37,107,139); }
div.DivClassName
{
background-color: #256B8B;
}
.BgClassName
{
background-color: #256B8B;
}
</style>
border-color css
<style>
span { border-color: #256B8B; }
span { border-color: rgb(37,107,139); }
td.TdClassName
{
border-color: #256B8B;
}
.TagClassName
{
border-color: #256B8B;
}
</style>