Shades of Orient #255F7D
Tints of Orient #255F7D
RGB
CMYK
RGB Variations
Color information
#255F7D (or 0x255F7D) is known color: Orient. HEX triplet: 25, 5F and 7D. RGB value is (37,95,125). Sum of RGB (Red+Green+Blue) = 37+95+125=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #255F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F7D is #DAA082. Grayscale: #505050. Windows color (decimal): -14327939 or 8216357. OLE color: 8216357.
HSL color Cylindrical-coordinate representation of color #255F7D: hue angle of 200.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255F7D is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 95 | 125 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.51 |
| HSL | 200.45º | 0.54% | 0.32% | - |
| HSV(B) | 200.45º | 0.7% | 0.49% | - |
| XYZ | 8.56 | 10.06 | 20.89 | - |
| YUV | 81.08 | 152.78 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 125 | 0.70 | 0.24 | 0 | 0.51 | 200.45 | 0.54 | 0.32 |
| Hex | 25 | 5F | 7D | 46 | 18 | 0 | 33 | C8 | 36 | 20 |
| Octal | 45 | 137 | 175 | 106 | 30 | 0 | 63 | 310 | 66 | 40 |
| Binary | 100101 | 1011111 | 1111101 | 1000110 | 11000 | 0 | 110011 | 11001000 | 110110 | 100000 |
Color Harmonies of #255F7D
Complementary color
Monochromatic Colors of #255F7D
Black with #255F7D
Text Example
Text Example
White with #255F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F7D; }
p { color: rgb(37,95,125); }
H1.HeaderClassName
{
color: #255F7D;
}
.AnyTagClassName
{
color: #255F7D;
}
</style>
background-color css
<style>
a { background-color: #255F7D; }
a { background-color: rgb(37,95,125); }
div.DivClassName
{
background-color: #255F7D;
}
.BgClassName
{
background-color: #255F7D;
}
</style>
border-color css
<style>
span { border-color: #255F7D; }
span { border-color: rgb(37,95,125); }
td.TdClassName
{
border-color: #255F7D;
}
.TagClassName
{
border-color: #255F7D;
}
</style>