Shades of Allports #256F83
Tints of Allports #256F83
RGB
CMYK
RGB Variations
Color information
#256F83 (or 0x256F83) is known color: Allports. HEX triplet: 25, 6F and 83. RGB value is (37,111,131). Sum of RGB (Red+Green+Blue) = 37+111+131=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #256F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F83 is #DA907C. Grayscale: #5A5A5A. Windows color (decimal): -14323837 or 8613669. OLE color: 8613669.
HSL color Cylindrical-coordinate representation of color #256F83: hue angle of 192.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256F83 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 111 | 131 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.77º | 0.56% | 0.33% | - |
| HSV(B) | 192.77º | 0.72% | 0.51% | - |
| XYZ | 10.54 | 13.4 | 23.5 | - |
| YUV | 91.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 131 | 0.72 | 0.15 | 0 | 0.49 | 192.77 | 0.56 | 0.33 |
| Hex | 25 | 6F | 83 | 48 | F | 0 | 31 | C1 | 38 | 21 |
| Octal | 45 | 157 | 203 | 110 | 17 | 0 | 61 | 301 | 70 | 41 |
| Binary | 100101 | 1101111 | 10000011 | 1001000 | 1111 | 0 | 110001 | 11000001 | 111000 | 100001 |
Color Harmonies of #256F83
Complementary color
Monochromatic Colors of #256F83
Black with #256F83
Text Example
Text Example
White with #256F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F83; }
p { color: rgb(37,111,131); }
H1.HeaderClassName
{
color: #256F83;
}
.AnyTagClassName
{
color: #256F83;
}
</style>
background-color css
<style>
a { background-color: #256F83; }
a { background-color: rgb(37,111,131); }
div.DivClassName
{
background-color: #256F83;
}
.BgClassName
{
background-color: #256F83;
}
</style>
border-color css
<style>
span { border-color: #256F83; }
span { border-color: rgb(37,111,131); }
td.TdClassName
{
border-color: #256F83;
}
.TagClassName
{
border-color: #256F83;
}
</style>