Shades of Orient #25637F
Tints of Orient #25637F
RGB
CMYK
RGB Variations
Color information
#25637F (or 0x25637F) is known color: Orient. HEX triplet: 25, 63 and 7F. RGB value is (37,99,127). Sum of RGB (Red+Green+Blue) = 37+99+127=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #25637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25637F is #DA9C80. Grayscale: #535353. Windows color (decimal): -14326913 or 8348453. OLE color: 8348453.
HSL color Cylindrical-coordinate representation of color #25637F: hue angle of 198.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25637F is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 99 | 127 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.50 |
| HSL | 198.67º | 0.55% | 0.32% | - |
| HSV(B) | 198.67º | 0.71% | 0.5% | - |
| XYZ | 9.06 | 10.85 | 21.7 | - |
| YUV | 83.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 127 | 0.71 | 0.22 | 0 | 0.50 | 198.67 | 0.55 | 0.32 |
| Hex | 25 | 63 | 7F | 47 | 16 | 0 | 32 | C7 | 37 | 20 |
| Octal | 45 | 143 | 177 | 107 | 26 | 0 | 62 | 307 | 67 | 40 |
| Binary | 100101 | 1100011 | 1111111 | 1000111 | 10110 | 0 | 110010 | 11000111 | 110111 | 100000 |
Color Harmonies of #25637F
Complementary color
Monochromatic Colors of #25637F
Black with #25637F
Text Example
Text Example
White with #25637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25637F; }
p { color: rgb(37,99,127); }
H1.HeaderClassName
{
color: #25637F;
}
.AnyTagClassName
{
color: #25637F;
}
</style>
background-color css
<style>
a { background-color: #25637F; }
a { background-color: rgb(37,99,127); }
div.DivClassName
{
background-color: #25637F;
}
.BgClassName
{
background-color: #25637F;
}
</style>
border-color css
<style>
span { border-color: #25637F; }
span { border-color: rgb(37,99,127); }
td.TdClassName
{
border-color: #25637F;
}
.TagClassName
{
border-color: #25637F;
}
</style>