Shades of Allports #256B7B
Tints of Allports #256B7B
RGB
CMYK
RGB Variations
Color information
#256B7B (or 0x256B7B) is known color: Allports. HEX triplet: 25, 6B and 7B. RGB value is (37,107,123). Sum of RGB (Red+Green+Blue) = 37+107+123=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #256B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B7B is #DA9484. Grayscale: #575757. Windows color (decimal): -14324869 or 8088357. OLE color: 8088357.
HSL color Cylindrical-coordinate representation of color #256B7B: hue angle of 191.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256B7B is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 107 | 123 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.52 |
| HSL | 191.16º | 0.54% | 0.31% | - |
| HSV(B) | 191.16º | 0.7% | 0.48% | - |
| XYZ | 9.6 | 12.34 | 20.61 | - |
| YUV | 87.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 123 | 0.70 | 0.13 | 0 | 0.52 | 191.16 | 0.54 | 0.31 |
| Hex | 25 | 6B | 7B | 46 | D | 0 | 34 | BF | 36 | 1F |
| Octal | 45 | 153 | 173 | 106 | 15 | 0 | 64 | 277 | 66 | 37 |
| Binary | 100101 | 1101011 | 1111011 | 1000110 | 1101 | 0 | 110100 | 10111111 | 110110 | 11111 |
Color Harmonies of #256B7B
Complementary color
Monochromatic Colors of #256B7B
Black with #256B7B
Text Example
Text Example
White with #256B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B7B; }
p { color: rgb(37,107,123); }
H1.HeaderClassName
{
color: #256B7B;
}
.AnyTagClassName
{
color: #256B7B;
}
</style>
background-color css
<style>
a { background-color: #256B7B; }
a { background-color: rgb(37,107,123); }
div.DivClassName
{
background-color: #256B7B;
}
.BgClassName
{
background-color: #256B7B;
}
</style>
border-color css
<style>
span { border-color: #256B7B; }
span { border-color: rgb(37,107,123); }
td.TdClassName
{
border-color: #256B7B;
}
.TagClassName
{
border-color: #256B7B;
}
</style>