Shades of Orient #275E74
Tints of Orient #275E74
RGB
CMYK
RGB Variations
Color information
#275E74 (or 0x275E74) is known color: Orient. HEX triplet: 27, 5E and 74. RGB value is (39,94,116). Sum of RGB (Red+Green+Blue) = 39+94+116=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #275E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E74 is #D8A18B. Grayscale: #4F4F4F. Windows color (decimal): -14197132 or 7626279. OLE color: 7626279.
HSL color Cylindrical-coordinate representation of color #275E74: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275E74 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 94 | 116 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.55 |
| HSL | 197.14º | 0.5% | 0.3% | - |
| HSV(B) | 197.14º | 0.66% | 0.45% | - |
| XYZ | 7.99 | 9.7 | 17.97 | - |
| YUV | 80.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 116 | 0.66 | 0.19 | 0 | 0.55 | 197.14 | 0.5 | 0.3 |
| Hex | 27 | 5E | 74 | 42 | 13 | 0 | 37 | C5 | 32 | 1E |
| Octal | 47 | 136 | 164 | 102 | 23 | 0 | 67 | 305 | 62 | 36 |
| Binary | 100111 | 1011110 | 1110100 | 1000010 | 10011 | 0 | 110111 | 11000101 | 110010 | 11110 |
Color Harmonies of #275E74
Complementary color
Monochromatic Colors of #275E74
Black with #275E74
Text Example
Text Example
White with #275E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275E74; }
p { color: rgb(39,94,116); }
H1.HeaderClassName
{
color: #275E74;
}
.AnyTagClassName
{
color: #275E74;
}
</style>
background-color css
<style>
a { background-color: #275E74; }
a { background-color: rgb(39,94,116); }
div.DivClassName
{
background-color: #275E74;
}
.BgClassName
{
background-color: #275E74;
}
</style>
border-color css
<style>
span { border-color: #275E74; }
span { border-color: rgb(39,94,116); }
td.TdClassName
{
border-color: #275E74;
}
.TagClassName
{
border-color: #275E74;
}
</style>