Shades of Orient #255C72
Tints of Orient #255C72
RGB
CMYK
RGB Variations
Color information
#255C72 (or 0x255C72) is known color: Orient. HEX triplet: 25, 5C and 72. RGB value is (37,92,114). Sum of RGB (Red+Green+Blue) = 37+92+114=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #255C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C72 is #DAA38D. Grayscale: #4D4D4D. Windows color (decimal): -14328718 or 7494693. OLE color: 7494693.
HSL color Cylindrical-coordinate representation of color #255C72: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255C72 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 92 | 114 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.55 |
| HSL | 197.14º | 0.51% | 0.3% | - |
| HSV(B) | 197.14º | 0.68% | 0.45% | - |
| XYZ | 7.63 | 9.26 | 17.31 | - |
| YUV | 78.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 114 | 0.68 | 0.19 | 0 | 0.55 | 197.14 | 0.51 | 0.3 |
| Hex | 25 | 5C | 72 | 44 | 13 | 0 | 37 | C5 | 33 | 1E |
| Octal | 45 | 134 | 162 | 104 | 23 | 0 | 67 | 305 | 63 | 36 |
| Binary | 100101 | 1011100 | 1110010 | 1000100 | 10011 | 0 | 110111 | 11000101 | 110011 | 11110 |
Color Harmonies of #255C72
Complementary color
Monochromatic Colors of #255C72
Black with #255C72
Text Example
Text Example
White with #255C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C72; }
p { color: rgb(37,92,114); }
H1.HeaderClassName
{
color: #255C72;
}
.AnyTagClassName
{
color: #255C72;
}
</style>
background-color css
<style>
a { background-color: #255C72; }
a { background-color: rgb(37,92,114); }
div.DivClassName
{
background-color: #255C72;
}
.BgClassName
{
background-color: #255C72;
}
</style>
border-color css
<style>
span { border-color: #255C72; }
span { border-color: rgb(37,92,114); }
td.TdClassName
{
border-color: #255C72;
}
.TagClassName
{
border-color: #255C72;
}
</style>