Shades of Orient #255C7C
Tints of Orient #255C7C
RGB
CMYK
RGB Variations
Color information
#255C7C (or 0x255C7C) is known color: Orient. HEX triplet: 25, 5C and 7C. RGB value is (37,92,124). Sum of RGB (Red+Green+Blue) = 37+92+124=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #255C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C7C is #DAA383. Grayscale: #4F4F4F. Windows color (decimal): -14328708 or 8150053. OLE color: 8150053.
HSL color Cylindrical-coordinate representation of color #255C7C: hue angle of 202.07º 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 #255C7C is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 92 | 124 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.51 |
| HSL | 202.07º | 0.54% | 0.32% | - |
| HSV(B) | 202.07º | 0.7% | 0.49% | - |
| XYZ | 8.23 | 9.5 | 20.47 | - |
| YUV | 79.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 124 | 0.70 | 0.26 | 0 | 0.51 | 202.07 | 0.54 | 0.32 |
| Hex | 25 | 5C | 7C | 46 | 1A | 0 | 33 | CA | 36 | 20 |
| Octal | 45 | 134 | 174 | 106 | 32 | 0 | 63 | 312 | 66 | 40 |
| Binary | 100101 | 1011100 | 1111100 | 1000110 | 11010 | 0 | 110011 | 11001010 | 110110 | 100000 |
Color Harmonies of #255C7C
Complementary color
Monochromatic Colors of #255C7C
Black with #255C7C
Text Example
Text Example
White with #255C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C7C; }
p { color: rgb(37,92,124); }
H1.HeaderClassName
{
color: #255C7C;
}
.AnyTagClassName
{
color: #255C7C;
}
</style>
background-color css
<style>
a { background-color: #255C7C; }
a { background-color: rgb(37,92,124); }
div.DivClassName
{
background-color: #255C7C;
}
.BgClassName
{
background-color: #255C7C;
}
</style>
border-color css
<style>
span { border-color: #255C7C; }
span { border-color: rgb(37,92,124); }
td.TdClassName
{
border-color: #255C7C;
}
.TagClassName
{
border-color: #255C7C;
}
</style>