Shades of Orient #255C71
Tints of Orient #255C71
RGB
CMYK
RGB Variations
Color information
#255C71 (or 0x255C71) is known color: Orient. HEX triplet: 25, 5C and 71. RGB value is (37,92,113). Sum of RGB (Red+Green+Blue) = 37+92+113=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #255C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C71 is #DAA38E. Grayscale: #4D4D4D. Windows color (decimal): -14328719 or 7429157. OLE color: 7429157.
HSL color Cylindrical-coordinate representation of color #255C71: hue angle of 196.58º degrees, saturation: 0.51, 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 #255C71 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 92 | 113 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.56 |
| HSL | 196.58º | 0.51% | 0.29% | - |
| HSV(B) | 196.58º | 0.67% | 0.44% | - |
| XYZ | 7.57 | 9.24 | 17.01 | - |
| YUV | 77.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 113 | 0.67 | 0.19 | 0 | 0.56 | 196.58 | 0.51 | 0.29 |
| Hex | 25 | 5C | 71 | 43 | 13 | 0 | 38 | C5 | 33 | 1D |
| Octal | 45 | 134 | 161 | 103 | 23 | 0 | 70 | 305 | 63 | 35 |
| Binary | 100101 | 1011100 | 1110001 | 1000011 | 10011 | 0 | 111000 | 11000101 | 110011 | 11101 |
Color Harmonies of #255C71
Complementary color
Monochromatic Colors of #255C71
Black with #255C71
Text Example
Text Example
White with #255C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C71; }
p { color: rgb(37,92,113); }
H1.HeaderClassName
{
color: #255C71;
}
.AnyTagClassName
{
color: #255C71;
}
</style>
background-color css
<style>
a { background-color: #255C71; }
a { background-color: rgb(37,92,113); }
div.DivClassName
{
background-color: #255C71;
}
.BgClassName
{
background-color: #255C71;
}
</style>
border-color css
<style>
span { border-color: #255C71; }
span { border-color: rgb(37,92,113); }
td.TdClassName
{
border-color: #255C71;
}
.TagClassName
{
border-color: #255C71;
}
</style>