Shades of Orient #27627A
Tints of Orient #27627A
RGB
CMYK
RGB Variations
Color information
#27627A (or 0x27627A) is known color: Orient. HEX triplet: 27, 62 and 7A. RGB value is (39,98,122). Sum of RGB (Red+Green+Blue) = 39+98+122=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #27627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627A is #D89D85. Grayscale: #525252. Windows color (decimal): -14196102 or 8020519. OLE color: 8020519.
HSL color Cylindrical-coordinate representation of color #27627A: hue angle of 197.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27627A is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 98 | 122 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.52 |
| HSL | 197.35º | 0.52% | 0.32% | - |
| HSV(B) | 197.35º | 0.68% | 0.48% | - |
| XYZ | 8.72 | 10.57 | 19.99 | - |
| YUV | 83.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 122 | 0.68 | 0.20 | 0 | 0.52 | 197.35 | 0.52 | 0.32 |
| Hex | 27 | 62 | 7A | 44 | 14 | 0 | 34 | C5 | 34 | 20 |
| Octal | 47 | 142 | 172 | 104 | 24 | 0 | 64 | 305 | 64 | 40 |
| Binary | 100111 | 1100010 | 1111010 | 1000100 | 10100 | 0 | 110100 | 11000101 | 110100 | 100000 |
Color Harmonies of #27627A
Complementary color
Monochromatic Colors of #27627A
Black with #27627A
Text Example
Text Example
White with #27627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27627A; }
p { color: rgb(39,98,122); }
H1.HeaderClassName
{
color: #27627A;
}
.AnyTagClassName
{
color: #27627A;
}
</style>
background-color css
<style>
a { background-color: #27627A; }
a { background-color: rgb(39,98,122); }
div.DivClassName
{
background-color: #27627A;
}
.BgClassName
{
background-color: #27627A;
}
</style>
border-color css
<style>
span { border-color: #27627A; }
span { border-color: rgb(39,98,122); }
td.TdClassName
{
border-color: #27627A;
}
.TagClassName
{
border-color: #27627A;
}
</style>