Shades of Orient #255F71
Tints of Orient #255F71
RGB
CMYK
RGB Variations
Color information
#255F71 (or 0x255F71) is known color: Orient. HEX triplet: 25, 5F and 71. RGB value is (37,95,113). Sum of RGB (Red+Green+Blue) = 37+95+113=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #255F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F71 is #DAA08E. Grayscale: #4F4F4F. Windows color (decimal): -14327951 or 7429925. OLE color: 7429925.
HSL color Cylindrical-coordinate representation of color #255F71: hue angle of 194.21º 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 #255F71 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 95 | 113 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.56 |
| HSL | 194.21º | 0.51% | 0.29% | - |
| HSV(B) | 194.21º | 0.67% | 0.44% | - |
| XYZ | 7.84 | 9.77 | 17.1 | - |
| YUV | 79.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 113 | 0.67 | 0.16 | 0 | 0.56 | 194.21 | 0.51 | 0.29 |
| Hex | 25 | 5F | 71 | 43 | 10 | 0 | 38 | C2 | 33 | 1D |
| Octal | 45 | 137 | 161 | 103 | 20 | 0 | 70 | 302 | 63 | 35 |
| Binary | 100101 | 1011111 | 1110001 | 1000011 | 10000 | 0 | 111000 | 11000010 | 110011 | 11101 |
Color Harmonies of #255F71
Complementary color
Monochromatic Colors of #255F71
Black with #255F71
Text Example
Text Example
White with #255F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F71; }
p { color: rgb(37,95,113); }
H1.HeaderClassName
{
color: #255F71;
}
.AnyTagClassName
{
color: #255F71;
}
</style>
background-color css
<style>
a { background-color: #255F71; }
a { background-color: rgb(37,95,113); }
div.DivClassName
{
background-color: #255F71;
}
.BgClassName
{
background-color: #255F71;
}
</style>
border-color css
<style>
span { border-color: #255F71; }
span { border-color: rgb(37,95,113); }
td.TdClassName
{
border-color: #255F71;
}
.TagClassName
{
border-color: #255F71;
}
</style>