Shades of Orient #265D73
Tints of Orient #265D73
RGB
CMYK
RGB Variations
Color information
#265D73 (or 0x265D73) is known color: Orient. HEX triplet: 26, 5D and 73. RGB value is (38,93,115). Sum of RGB (Red+Green+Blue) = 38+93+115=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #265D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D73 is #D9A28C. Grayscale: #4E4E4E. Windows color (decimal): -14262925 or 7560486. OLE color: 7560486.
HSL color Cylindrical-coordinate representation of color #265D73: hue angle of 197.14º 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 #265D73 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 93 | 115 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.55 |
| HSL | 197.14º | 0.5% | 0.3% | - |
| HSV(B) | 197.14º | 0.67% | 0.45% | - |
| XYZ | 7.81 | 9.48 | 17.64 | - |
| YUV | 79.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 115 | 0.67 | 0.19 | 0 | 0.55 | 197.14 | 0.5 | 0.3 |
| Hex | 26 | 5D | 73 | 43 | 13 | 0 | 37 | C5 | 32 | 1E |
| Octal | 46 | 135 | 163 | 103 | 23 | 0 | 67 | 305 | 62 | 36 |
| Binary | 100110 | 1011101 | 1110011 | 1000011 | 10011 | 0 | 110111 | 11000101 | 110010 | 11110 |
Color Harmonies of #265D73
Complementary color
Monochromatic Colors of #265D73
Black with #265D73
Text Example
Text Example
White with #265D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D73; }
p { color: rgb(38,93,115); }
H1.HeaderClassName
{
color: #265D73;
}
.AnyTagClassName
{
color: #265D73;
}
</style>
background-color css
<style>
a { background-color: #265D73; }
a { background-color: rgb(38,93,115); }
div.DivClassName
{
background-color: #265D73;
}
.BgClassName
{
background-color: #265D73;
}
</style>
border-color css
<style>
span { border-color: #265D73; }
span { border-color: rgb(38,93,115); }
td.TdClassName
{
border-color: #265D73;
}
.TagClassName
{
border-color: #265D73;
}
</style>