Shades of Allports #256375
Tints of Allports #256375
RGB
CMYK
RGB Variations
Color information
#256375 (or 0x256375) is known color: Allports. HEX triplet: 25, 63 and 75. RGB value is (37,99,117). Sum of RGB (Red+Green+Blue) = 37+99+117=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #256375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256375 is #DA9C8A. Grayscale: #525252. Windows color (decimal): -14326923 or 7693093. OLE color: 7693093.
HSL color Cylindrical-coordinate representation of color #256375: hue angle of 193.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256375 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 99 | 117 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.54 |
| HSL | 193.5º | 0.52% | 0.3% | - |
| HSV(B) | 193.5º | 0.68% | 0.46% | - |
| XYZ | 8.44 | 10.6 | 18.43 | - |
| YUV | 82.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 117 | 0.68 | 0.15 | 0 | 0.54 | 193.5 | 0.52 | 0.3 |
| Hex | 25 | 63 | 75 | 44 | F | 0 | 36 | C2 | 34 | 1E |
| Octal | 45 | 143 | 165 | 104 | 17 | 0 | 66 | 302 | 64 | 36 |
| Binary | 100101 | 1100011 | 1110101 | 1000100 | 1111 | 0 | 110110 | 11000010 | 110100 | 11110 |
Color Harmonies of #256375
Complementary color
Monochromatic Colors of #256375
Black with #256375
Text Example
Text Example
White with #256375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256375; }
p { color: rgb(37,99,117); }
H1.HeaderClassName
{
color: #256375;
}
.AnyTagClassName
{
color: #256375;
}
</style>
background-color css
<style>
a { background-color: #256375; }
a { background-color: rgb(37,99,117); }
div.DivClassName
{
background-color: #256375;
}
.BgClassName
{
background-color: #256375;
}
</style>
border-color css
<style>
span { border-color: #256375; }
span { border-color: rgb(37,99,117); }
td.TdClassName
{
border-color: #256375;
}
.TagClassName
{
border-color: #256375;
}
</style>