Shades of Orient #25627C
Tints of Orient #25627C
RGB
CMYK
RGB Variations
Color information
#25627C (or 0x25627C) is known color: Orient. HEX triplet: 25, 62 and 7C. RGB value is (37,98,124). Sum of RGB (Red+Green+Blue) = 37+98+124=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #25627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25627C is #DA9D83. Grayscale: #525252. Windows color (decimal): -14327172 or 8151589. OLE color: 8151589.
HSL color Cylindrical-coordinate representation of color #25627C: hue angle of 197.93º 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 #25627C is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 98 | 124 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.51 |
| HSL | 197.93º | 0.54% | 0.32% | - |
| HSV(B) | 197.93º | 0.7% | 0.49% | - |
| XYZ | 8.77 | 10.58 | 20.65 | - |
| YUV | 82.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 124 | 0.70 | 0.21 | 0 | 0.51 | 197.93 | 0.54 | 0.32 |
| Hex | 25 | 62 | 7C | 46 | 15 | 0 | 33 | C6 | 36 | 20 |
| Octal | 45 | 142 | 174 | 106 | 25 | 0 | 63 | 306 | 66 | 40 |
| Binary | 100101 | 1100010 | 1111100 | 1000110 | 10101 | 0 | 110011 | 11000110 | 110110 | 100000 |
Color Harmonies of #25627C
Complementary color
Monochromatic Colors of #25627C
Black with #25627C
Text Example
Text Example
White with #25627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25627C; }
p { color: rgb(37,98,124); }
H1.HeaderClassName
{
color: #25627C;
}
.AnyTagClassName
{
color: #25627C;
}
</style>
background-color css
<style>
a { background-color: #25627C; }
a { background-color: rgb(37,98,124); }
div.DivClassName
{
background-color: #25627C;
}
.BgClassName
{
background-color: #25627C;
}
</style>
border-color css
<style>
span { border-color: #25627C; }
span { border-color: rgb(37,98,124); }
td.TdClassName
{
border-color: #25627C;
}
.TagClassName
{
border-color: #25627C;
}
</style>