Shades of Orient #256177
Tints of Orient #256177
RGB
CMYK
RGB Variations
Color information
#256177 (or 0x256177) is known color: Orient. HEX triplet: 25, 61 and 77. RGB value is (37,97,119). Sum of RGB (Red+Green+Blue) = 37+97+119=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #256177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256177 is #DA9E88. Grayscale: #515151. Windows color (decimal): -14327433 or 7823653. OLE color: 7823653.
HSL color Cylindrical-coordinate representation of color #256177: hue angle of 196.1º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256177 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 97 | 119 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.53 |
| HSL | 196.1º | 0.53% | 0.31% | - |
| HSV(B) | 196.1º | 0.69% | 0.47% | - |
| XYZ | 8.37 | 10.27 | 18.99 | - |
| YUV | 81.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 119 | 0.69 | 0.18 | 0 | 0.53 | 196.1 | 0.53 | 0.31 |
| Hex | 25 | 61 | 77 | 45 | 12 | 0 | 35 | C4 | 35 | 1F |
| Octal | 45 | 141 | 167 | 105 | 22 | 0 | 65 | 304 | 65 | 37 |
| Binary | 100101 | 1100001 | 1110111 | 1000101 | 10010 | 0 | 110101 | 11000100 | 110101 | 11111 |
Color Harmonies of #256177
Complementary color
Monochromatic Colors of #256177
Black with #256177
Text Example
Text Example
White with #256177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256177; }
p { color: rgb(37,97,119); }
H1.HeaderClassName
{
color: #256177;
}
.AnyTagClassName
{
color: #256177;
}
</style>
background-color css
<style>
a { background-color: #256177; }
a { background-color: rgb(37,97,119); }
div.DivClassName
{
background-color: #256177;
}
.BgClassName
{
background-color: #256177;
}
</style>
border-color css
<style>
span { border-color: #256177; }
span { border-color: rgb(37,97,119); }
td.TdClassName
{
border-color: #256177;
}
.TagClassName
{
border-color: #256177;
}
</style>