Shades of Orient #265F73
Tints of Orient #265F73
RGB
CMYK
RGB Variations
Color information
#265F73 (or 0x265F73) is known color: Orient. HEX triplet: 26, 5F and 73. RGB value is (38,95,115). Sum of RGB (Red+Green+Blue) = 38+95+115=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #265F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F73 is #D9A08C. Grayscale: #505050. Windows color (decimal): -14262413 or 7560998. OLE color: 7560998.
HSL color Cylindrical-coordinate representation of color #265F73: hue angle of 195.58º 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 #265F73 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 95 | 115 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.55 |
| HSL | 195.58º | 0.5% | 0.3% | - |
| HSV(B) | 195.58º | 0.67% | 0.45% | - |
| XYZ | 7.99 | 9.83 | 17.7 | - |
| YUV | 80.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 115 | 0.67 | 0.17 | 0 | 0.55 | 195.58 | 0.5 | 0.3 |
| Hex | 26 | 5F | 73 | 43 | 11 | 0 | 37 | C4 | 32 | 1E |
| Octal | 46 | 137 | 163 | 103 | 21 | 0 | 67 | 304 | 62 | 36 |
| Binary | 100110 | 1011111 | 1110011 | 1000011 | 10001 | 0 | 110111 | 11000100 | 110010 | 11110 |
Color Harmonies of #265F73
Complementary color
Monochromatic Colors of #265F73
Black with #265F73
Text Example
Text Example
White with #265F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F73; }
p { color: rgb(38,95,115); }
H1.HeaderClassName
{
color: #265F73;
}
.AnyTagClassName
{
color: #265F73;
}
</style>
background-color css
<style>
a { background-color: #265F73; }
a { background-color: rgb(38,95,115); }
div.DivClassName
{
background-color: #265F73;
}
.BgClassName
{
background-color: #265F73;
}
</style>
border-color css
<style>
span { border-color: #265F73; }
span { border-color: rgb(38,95,115); }
td.TdClassName
{
border-color: #265F73;
}
.TagClassName
{
border-color: #265F73;
}
</style>