Shades of Allports #256770
Tints of Allports #256770
RGB
CMYK
RGB Variations
Color information
#256770 (or 0x256770) is known color: Allports. HEX triplet: 25, 67 and 70. RGB value is (37,103,112). Sum of RGB (Red+Green+Blue) = 37+103+112=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #256770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256770 is #DA988F. Grayscale: #545454. Windows color (decimal): -14325904 or 7366437. OLE color: 7366437.
HSL color Cylindrical-coordinate representation of color #256770: hue angle of 187.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256770 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 103 | 112 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.56 |
| HSL | 187.2º | 0.5% | 0.29% | - |
| HSV(B) | 187.2º | 0.67% | 0.44% | - |
| XYZ | 8.54 | 11.26 | 17.05 | - |
| YUV | 84.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 112 | 0.67 | 0.08 | 0 | 0.56 | 187.2 | 0.5 | 0.29 |
| Hex | 25 | 67 | 70 | 43 | 8 | 0 | 38 | BB | 32 | 1D |
| Octal | 45 | 147 | 160 | 103 | 10 | 0 | 70 | 273 | 62 | 35 |
| Binary | 100101 | 1100111 | 1110000 | 1000011 | 1000 | 0 | 111000 | 10111011 | 110010 | 11101 |
Color Harmonies of #256770
Complementary color
Monochromatic Colors of #256770
Black with #256770
Text Example
Text Example
White with #256770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256770; }
p { color: rgb(37,103,112); }
H1.HeaderClassName
{
color: #256770;
}
.AnyTagClassName
{
color: #256770;
}
</style>
background-color css
<style>
a { background-color: #256770; }
a { background-color: rgb(37,103,112); }
div.DivClassName
{
background-color: #256770;
}
.BgClassName
{
background-color: #256770;
}
</style>
border-color css
<style>
span { border-color: #256770; }
span { border-color: rgb(37,103,112); }
td.TdClassName
{
border-color: #256770;
}
.TagClassName
{
border-color: #256770;
}
</style>