Shades of Orient #275B74
Tints of Orient #275B74
RGB
CMYK
RGB Variations
Color information
#275B74 (or 0x275B74) is known color: Orient. HEX triplet: 27, 5B and 74. RGB value is (39,91,116). Sum of RGB (Red+Green+Blue) = 39+91+116=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #275B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B74 is #D8A48B. Grayscale: #4E4E4E. Windows color (decimal): -14197900 or 7625511. OLE color: 7625511.
HSL color Cylindrical-coordinate representation of color #275B74: hue angle of 199.48º 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 #275B74 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 91 | 116 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.55 |
| HSL | 199.48º | 0.5% | 0.3% | - |
| HSV(B) | 199.48º | 0.66% | 0.45% | - |
| XYZ | 7.73 | 9.17 | 17.89 | - |
| YUV | 78.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 116 | 0.66 | 0.22 | 0 | 0.55 | 199.48 | 0.5 | 0.3 |
| Hex | 27 | 5B | 74 | 42 | 16 | 0 | 37 | C7 | 32 | 1E |
| Octal | 47 | 133 | 164 | 102 | 26 | 0 | 67 | 307 | 62 | 36 |
| Binary | 100111 | 1011011 | 1110100 | 1000010 | 10110 | 0 | 110111 | 11000111 | 110010 | 11110 |
Color Harmonies of #275B74
Complementary color
Monochromatic Colors of #275B74
Black with #275B74
Text Example
Text Example
White with #275B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B74; }
p { color: rgb(39,91,116); }
H1.HeaderClassName
{
color: #275B74;
}
.AnyTagClassName
{
color: #275B74;
}
</style>
background-color css
<style>
a { background-color: #275B74; }
a { background-color: rgb(39,91,116); }
div.DivClassName
{
background-color: #275B74;
}
.BgClassName
{
background-color: #275B74;
}
</style>
border-color css
<style>
span { border-color: #275B74; }
span { border-color: rgb(39,91,116); }
td.TdClassName
{
border-color: #275B74;
}
.TagClassName
{
border-color: #275B74;
}
</style>