Shades of Orient #256377
Tints of Orient #256377
RGB
CMYK
RGB Variations
Color information
#256377 (or 0x256377) is known color: Orient. HEX triplet: 25, 63 and 77. RGB value is (37,99,119). Sum of RGB (Red+Green+Blue) = 37+99+119=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #256377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256377 is #DA9C88. Grayscale: #525252. Windows color (decimal): -14326921 or 7824165. OLE color: 7824165.
HSL color Cylindrical-coordinate representation of color #256377: hue angle of 194.63º 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 #256377 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 99 | 119 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.53 |
| HSL | 194.63º | 0.53% | 0.31% | - |
| HSV(B) | 194.63º | 0.69% | 0.47% | - |
| XYZ | 8.55 | 10.65 | 19.06 | - |
| YUV | 82.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 119 | 0.69 | 0.17 | 0 | 0.53 | 194.63 | 0.53 | 0.31 |
| Hex | 25 | 63 | 77 | 45 | 11 | 0 | 35 | C3 | 35 | 1F |
| Octal | 45 | 143 | 167 | 105 | 21 | 0 | 65 | 303 | 65 | 37 |
| Binary | 100101 | 1100011 | 1110111 | 1000101 | 10001 | 0 | 110101 | 11000011 | 110101 | 11111 |
Color Harmonies of #256377
Complementary color
Monochromatic Colors of #256377
Black with #256377
Text Example
Text Example
White with #256377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256377; }
p { color: rgb(37,99,119); }
H1.HeaderClassName
{
color: #256377;
}
.AnyTagClassName
{
color: #256377;
}
</style>
background-color css
<style>
a { background-color: #256377; }
a { background-color: rgb(37,99,119); }
div.DivClassName
{
background-color: #256377;
}
.BgClassName
{
background-color: #256377;
}
</style>
border-color css
<style>
span { border-color: #256377; }
span { border-color: rgb(37,99,119); }
td.TdClassName
{
border-color: #256377;
}
.TagClassName
{
border-color: #256377;
}
</style>