Shades of Orient #275A77
Tints of Orient #275A77
RGB
CMYK
RGB Variations
Color information
#275A77 (or 0x275A77) is known color: Orient. HEX triplet: 27, 5A and 77. RGB value is (39,90,119). Sum of RGB (Red+Green+Blue) = 39+90+119=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #275A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A77 is #D8A588. Grayscale: #4D4D4D. Windows color (decimal): -14198153 or 7821863. OLE color: 7821863.
HSL color Cylindrical-coordinate representation of color #275A77: hue angle of 201.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275A77 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 90 | 119 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.53 |
| HSL | 201.75º | 0.51% | 0.31% | - |
| HSV(B) | 201.75º | 0.67% | 0.47% | - |
| XYZ | 7.82 | 9.08 | 18.79 | - |
| YUV | 78.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 119 | 0.67 | 0.24 | 0 | 0.53 | 201.75 | 0.51 | 0.31 |
| Hex | 27 | 5A | 77 | 43 | 18 | 0 | 35 | CA | 33 | 1F |
| Octal | 47 | 132 | 167 | 103 | 30 | 0 | 65 | 312 | 63 | 37 |
| Binary | 100111 | 1011010 | 1110111 | 1000011 | 11000 | 0 | 110101 | 11001010 | 110011 | 11111 |
Color Harmonies of #275A77
Complementary color
Monochromatic Colors of #275A77
Black with #275A77
Text Example
Text Example
White with #275A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A77; }
p { color: rgb(39,90,119); }
H1.HeaderClassName
{
color: #275A77;
}
.AnyTagClassName
{
color: #275A77;
}
</style>
background-color css
<style>
a { background-color: #275A77; }
a { background-color: rgb(39,90,119); }
div.DivClassName
{
background-color: #275A77;
}
.BgClassName
{
background-color: #275A77;
}
</style>
border-color css
<style>
span { border-color: #275A77; }
span { border-color: rgb(39,90,119); }
td.TdClassName
{
border-color: #275A77;
}
.TagClassName
{
border-color: #275A77;
}
</style>