Shades of Orient #275F73
Tints of Orient #275F73
RGB
CMYK
RGB Variations
Color information
#275F73 (or 0x275F73) is known color: Orient. HEX triplet: 27, 5F and 73. RGB value is (39,95,115). Sum of RGB (Red+Green+Blue) = 39+95+115=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #275F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F73 is #D8A08C. Grayscale: #505050. Windows color (decimal): -14196877 or 7560999. OLE color: 7560999.
HSL color Cylindrical-coordinate representation of color #275F73: hue angle of 195.79º 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 #275F73 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 95 | 115 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.55 |
| HSL | 195.79º | 0.49% | 0.3% | - |
| HSV(B) | 195.79º | 0.66% | 0.45% | - |
| XYZ | 8.02 | 9.85 | 17.7 | - |
| YUV | 80.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 115 | 0.66 | 0.17 | 0 | 0.55 | 195.79 | 0.49 | 0.3 |
| Hex | 27 | 5F | 73 | 42 | 11 | 0 | 37 | C4 | 31 | 1E |
| Octal | 47 | 137 | 163 | 102 | 21 | 0 | 67 | 304 | 61 | 36 |
| Binary | 100111 | 1011111 | 1110011 | 1000010 | 10001 | 0 | 110111 | 11000100 | 110001 | 11110 |
Color Harmonies of #275F73
Complementary color
Monochromatic Colors of #275F73
Black with #275F73
Text Example
Text Example
White with #275F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F73; }
p { color: rgb(39,95,115); }
H1.HeaderClassName
{
color: #275F73;
}
.AnyTagClassName
{
color: #275F73;
}
</style>
background-color css
<style>
a { background-color: #275F73; }
a { background-color: rgb(39,95,115); }
div.DivClassName
{
background-color: #275F73;
}
.BgClassName
{
background-color: #275F73;
}
</style>
border-color css
<style>
span { border-color: #275F73; }
span { border-color: rgb(39,95,115); }
td.TdClassName
{
border-color: #275F73;
}
.TagClassName
{
border-color: #275F73;
}
</style>