Shades of Orient #255D7D
Tints of Orient #255D7D
RGB
CMYK
RGB Variations
Color information
#255D7D (or 0x255D7D) is known color: Orient. HEX triplet: 25, 5D and 7D. RGB value is (37,93,125). Sum of RGB (Red+Green+Blue) = 37+93+125=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #255D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D7D is #DAA282. Grayscale: #4F4F4F. Windows color (decimal): -14328451 or 8215845. OLE color: 8215845.
HSL color Cylindrical-coordinate representation of color #255D7D: hue angle of 201.82º 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 #255D7D is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 93 | 125 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.51 |
| HSL | 201.82º | 0.54% | 0.32% | - |
| HSV(B) | 201.82º | 0.7% | 0.49% | - |
| XYZ | 8.38 | 9.7 | 20.83 | - |
| YUV | 79.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 125 | 0.70 | 0.26 | 0 | 0.51 | 201.82 | 0.54 | 0.32 |
| Hex | 25 | 5D | 7D | 46 | 1A | 0 | 33 | CA | 36 | 20 |
| Octal | 45 | 135 | 175 | 106 | 32 | 0 | 63 | 312 | 66 | 40 |
| Binary | 100101 | 1011101 | 1111101 | 1000110 | 11010 | 0 | 110011 | 11001010 | 110110 | 100000 |
Color Harmonies of #255D7D
Complementary color
Monochromatic Colors of #255D7D
Black with #255D7D
Text Example
Text Example
White with #255D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D7D; }
p { color: rgb(37,93,125); }
H1.HeaderClassName
{
color: #255D7D;
}
.AnyTagClassName
{
color: #255D7D;
}
</style>
background-color css
<style>
a { background-color: #255D7D; }
a { background-color: rgb(37,93,125); }
div.DivClassName
{
background-color: #255D7D;
}
.BgClassName
{
background-color: #255D7D;
}
</style>
border-color css
<style>
span { border-color: #255D7D; }
span { border-color: rgb(37,93,125); }
td.TdClassName
{
border-color: #255D7D;
}
.TagClassName
{
border-color: #255D7D;
}
</style>