Shades of Orient #265C73
Tints of Orient #265C73
RGB
CMYK
RGB Variations
Color information
#265C73 (or 0x265C73) is known color: Orient. HEX triplet: 26, 5C and 73. RGB value is (38,92,115). Sum of RGB (Red+Green+Blue) = 38+92+115=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #265C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C73 is #D9A38C. Grayscale: #4E4E4E. Windows color (decimal): -14263181 or 7560230. OLE color: 7560230.
HSL color Cylindrical-coordinate representation of color #265C73: hue angle of 197.92º 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 #265C73 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 92 | 115 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.55 |
| HSL | 197.92º | 0.5% | 0.3% | - |
| HSV(B) | 197.92º | 0.67% | 0.45% | - |
| XYZ | 7.72 | 9.3 | 17.61 | - |
| YUV | 78.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 115 | 0.67 | 0.20 | 0 | 0.55 | 197.92 | 0.5 | 0.3 |
| Hex | 26 | 5C | 73 | 43 | 14 | 0 | 37 | C6 | 32 | 1E |
| Octal | 46 | 134 | 163 | 103 | 24 | 0 | 67 | 306 | 62 | 36 |
| Binary | 100110 | 1011100 | 1110011 | 1000011 | 10100 | 0 | 110111 | 11000110 | 110010 | 11110 |
Color Harmonies of #265C73
Complementary color
Monochromatic Colors of #265C73
Black with #265C73
Text Example
Text Example
White with #265C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C73; }
p { color: rgb(38,92,115); }
H1.HeaderClassName
{
color: #265C73;
}
.AnyTagClassName
{
color: #265C73;
}
</style>
background-color css
<style>
a { background-color: #265C73; }
a { background-color: rgb(38,92,115); }
div.DivClassName
{
background-color: #265C73;
}
.BgClassName
{
background-color: #265C73;
}
</style>
border-color css
<style>
span { border-color: #265C73; }
span { border-color: rgb(38,92,115); }
td.TdClassName
{
border-color: #265C73;
}
.TagClassName
{
border-color: #265C73;
}
</style>