Shades of Orient #255C74
Tints of Orient #255C74
RGB
CMYK
RGB Variations
Color information
#255C74 (or 0x255C74) is known color: Orient. HEX triplet: 25, 5C and 74. RGB value is (37,92,116). Sum of RGB (Red+Green+Blue) = 37+92+116=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #255C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C74 is #DAA38B. Grayscale: #4E4E4E. Windows color (decimal): -14328716 or 7625765. OLE color: 7625765.
HSL color Cylindrical-coordinate representation of color #255C74: hue angle of 198.23º degrees, saturation: 0.52, 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 #255C74 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 92 | 116 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.55 |
| HSL | 198.23º | 0.52% | 0.3% | - |
| HSV(B) | 198.23º | 0.68% | 0.45% | - |
| XYZ | 7.74 | 9.31 | 17.91 | - |
| YUV | 78.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 116 | 0.68 | 0.21 | 0 | 0.55 | 198.23 | 0.52 | 0.3 |
| Hex | 25 | 5C | 74 | 44 | 15 | 0 | 37 | C6 | 34 | 1E |
| Octal | 45 | 134 | 164 | 104 | 25 | 0 | 67 | 306 | 64 | 36 |
| Binary | 100101 | 1011100 | 1110100 | 1000100 | 10101 | 0 | 110111 | 11000110 | 110100 | 11110 |
Color Harmonies of #255C74
Complementary color
Monochromatic Colors of #255C74
Black with #255C74
Text Example
Text Example
White with #255C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C74; }
p { color: rgb(37,92,116); }
H1.HeaderClassName
{
color: #255C74;
}
.AnyTagClassName
{
color: #255C74;
}
</style>
background-color css
<style>
a { background-color: #255C74; }
a { background-color: rgb(37,92,116); }
div.DivClassName
{
background-color: #255C74;
}
.BgClassName
{
background-color: #255C74;
}
</style>
border-color css
<style>
span { border-color: #255C74; }
span { border-color: rgb(37,92,116); }
td.TdClassName
{
border-color: #255C74;
}
.TagClassName
{
border-color: #255C74;
}
</style>