Shades of Orient #25637D
Tints of Orient #25637D
RGB
CMYK
RGB Variations
Color information
#25637D (or 0x25637D) is known color: Orient. HEX triplet: 25, 63 and 7D. RGB value is (37,99,125). Sum of RGB (Red+Green+Blue) = 37+99+125=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #25637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25637D is #DA9C82. Grayscale: #535353. Windows color (decimal): -14326915 or 8217381. OLE color: 8217381.
HSL color Cylindrical-coordinate representation of color #25637D: hue angle of 197.73º 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 #25637D is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 99 | 125 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.51 |
| HSL | 197.73º | 0.54% | 0.32% | - |
| HSV(B) | 197.73º | 0.7% | 0.49% | - |
| XYZ | 8.93 | 10.8 | 21.02 | - |
| YUV | 83.43 | 151.46 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 125 | 0.70 | 0.21 | 0 | 0.51 | 197.73 | 0.54 | 0.32 |
| Hex | 25 | 63 | 7D | 46 | 15 | 0 | 33 | C6 | 36 | 20 |
| Octal | 45 | 143 | 175 | 106 | 25 | 0 | 63 | 306 | 66 | 40 |
| Binary | 100101 | 1100011 | 1111101 | 1000110 | 10101 | 0 | 110011 | 11000110 | 110110 | 100000 |
Color Harmonies of #25637D
Complementary color
Monochromatic Colors of #25637D
Black with #25637D
Text Example
Text Example
White with #25637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25637D; }
p { color: rgb(37,99,125); }
H1.HeaderClassName
{
color: #25637D;
}
.AnyTagClassName
{
color: #25637D;
}
</style>
background-color css
<style>
a { background-color: #25637D; }
a { background-color: rgb(37,99,125); }
div.DivClassName
{
background-color: #25637D;
}
.BgClassName
{
background-color: #25637D;
}
</style>
border-color css
<style>
span { border-color: #25637D; }
span { border-color: rgb(37,99,125); }
td.TdClassName
{
border-color: #25637D;
}
.TagClassName
{
border-color: #25637D;
}
</style>