Shades of Allports #256C7B
Tints of Allports #256C7B
RGB
CMYK
RGB Variations
Color information
#256C7B (or 0x256C7B) is known color: Allports. HEX triplet: 25, 6C and 7B. RGB value is (37,108,123). Sum of RGB (Red+Green+Blue) = 37+108+123=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #256C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C7B is #DA9384. Grayscale: #585858. Windows color (decimal): -14324613 or 8088613. OLE color: 8088613.
HSL color Cylindrical-coordinate representation of color #256C7B: hue angle of 190.47º 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 #256C7B is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 108 | 123 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.52 |
| HSL | 190.47º | 0.54% | 0.31% | - |
| HSV(B) | 190.47º | 0.7% | 0.48% | - |
| XYZ | 9.7 | 12.55 | 20.65 | - |
| YUV | 88.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 123 | 0.70 | 0.12 | 0 | 0.52 | 190.47 | 0.54 | 0.31 |
| Hex | 25 | 6C | 7B | 46 | C | 0 | 34 | BE | 36 | 1F |
| Octal | 45 | 154 | 173 | 106 | 14 | 0 | 64 | 276 | 66 | 37 |
| Binary | 100101 | 1101100 | 1111011 | 1000110 | 1100 | 0 | 110100 | 10111110 | 110110 | 11111 |
Color Harmonies of #256C7B
Complementary color
Monochromatic Colors of #256C7B
Black with #256C7B
Text Example
Text Example
White with #256C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C7B; }
p { color: rgb(37,108,123); }
H1.HeaderClassName
{
color: #256C7B;
}
.AnyTagClassName
{
color: #256C7B;
}
</style>
background-color css
<style>
a { background-color: #256C7B; }
a { background-color: rgb(37,108,123); }
div.DivClassName
{
background-color: #256C7B;
}
.BgClassName
{
background-color: #256C7B;
}
</style>
border-color css
<style>
span { border-color: #256C7B; }
span { border-color: rgb(37,108,123); }
td.TdClassName
{
border-color: #256C7B;
}
.TagClassName
{
border-color: #256C7B;
}
</style>