Shades of Orient #265E73
Tints of Orient #265E73
RGB
CMYK
RGB Variations
Color information
#265E73 (or 0x265E73) is known color: Orient. HEX triplet: 26, 5E and 73. RGB value is (38,94,115). Sum of RGB (Red+Green+Blue) = 38+94+115=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #265E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E73 is #D9A18C. Grayscale: #4F4F4F. Windows color (decimal): -14262669 or 7560742. OLE color: 7560742.
HSL color Cylindrical-coordinate representation of color #265E73: hue angle of 196.36º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265E73 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 94 | 115 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.55 |
| HSL | 196.36º | 0.5% | 0.3% | - |
| HSV(B) | 196.36º | 0.67% | 0.45% | - |
| XYZ | 7.9 | 9.66 | 17.67 | - |
| YUV | 79.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 115 | 0.67 | 0.18 | 0 | 0.55 | 196.36 | 0.5 | 0.3 |
| Hex | 26 | 5E | 73 | 43 | 12 | 0 | 37 | C4 | 32 | 1E |
| Octal | 46 | 136 | 163 | 103 | 22 | 0 | 67 | 304 | 62 | 36 |
| Binary | 100110 | 1011110 | 1110011 | 1000011 | 10010 | 0 | 110111 | 11000100 | 110010 | 11110 |
Color Harmonies of #265E73
Complementary color
Monochromatic Colors of #265E73
Black with #265E73
Text Example
Text Example
White with #265E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E73; }
p { color: rgb(38,94,115); }
H1.HeaderClassName
{
color: #265E73;
}
.AnyTagClassName
{
color: #265E73;
}
</style>
background-color css
<style>
a { background-color: #265E73; }
a { background-color: rgb(38,94,115); }
div.DivClassName
{
background-color: #265E73;
}
.BgClassName
{
background-color: #265E73;
}
</style>
border-color css
<style>
span { border-color: #265E73; }
span { border-color: rgb(38,94,115); }
td.TdClassName
{
border-color: #265E73;
}
.TagClassName
{
border-color: #265E73;
}
</style>