Shades of Orient #275D72
Tints of Orient #275D72
RGB
CMYK
RGB Variations
Color information
#275D72 (or 0x275D72) is known color: Orient. HEX triplet: 27, 5D and 72. RGB value is (39,93,114). Sum of RGB (Red+Green+Blue) = 39+93+114=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #275D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D72 is #D8A28D. Grayscale: #4F4F4F. Windows color (decimal): -14197390 or 7494951. OLE color: 7494951.
HSL color Cylindrical-coordinate representation of color #275D72: hue angle of 196.8º degrees, saturation: 0.49, 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 #275D72 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 93 | 114 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.55 |
| HSL | 196.8º | 0.49% | 0.3% | - |
| HSV(B) | 196.8º | 0.66% | 0.45% | - |
| XYZ | 7.79 | 9.47 | 17.34 | - |
| YUV | 79.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 114 | 0.66 | 0.18 | 0 | 0.55 | 196.8 | 0.49 | 0.3 |
| Hex | 27 | 5D | 72 | 42 | 12 | 0 | 37 | C5 | 31 | 1E |
| Octal | 47 | 135 | 162 | 102 | 22 | 0 | 67 | 305 | 61 | 36 |
| Binary | 100111 | 1011101 | 1110010 | 1000010 | 10010 | 0 | 110111 | 11000101 | 110001 | 11110 |
Color Harmonies of #275D72
Complementary color
Monochromatic Colors of #275D72
Black with #275D72
Text Example
Text Example
White with #275D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D72; }
p { color: rgb(39,93,114); }
H1.HeaderClassName
{
color: #275D72;
}
.AnyTagClassName
{
color: #275D72;
}
</style>
background-color css
<style>
a { background-color: #275D72; }
a { background-color: rgb(39,93,114); }
div.DivClassName
{
background-color: #275D72;
}
.BgClassName
{
background-color: #275D72;
}
</style>
border-color css
<style>
span { border-color: #275D72; }
span { border-color: rgb(39,93,114); }
td.TdClassName
{
border-color: #275D72;
}
.TagClassName
{
border-color: #275D72;
}
</style>