Shades of Orient #265B73
Tints of Orient #265B73
RGB
CMYK
RGB Variations
Color information
#265B73 (or 0x265B73) is known color: Orient. HEX triplet: 26, 5B and 73. RGB value is (38,91,115). Sum of RGB (Red+Green+Blue) = 38+91+115=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #265B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B73 is #D9A48C. Grayscale: #4D4D4D. Windows color (decimal): -14263437 or 7559974. OLE color: 7559974.
HSL color Cylindrical-coordinate representation of color #265B73: hue angle of 198.7º 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 #265B73 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 91 | 115 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.55 |
| HSL | 198.7º | 0.5% | 0.3% | - |
| HSV(B) | 198.7º | 0.67% | 0.45% | - |
| XYZ | 7.63 | 9.13 | 17.58 | - |
| YUV | 77.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 115 | 0.67 | 0.21 | 0 | 0.55 | 198.7 | 0.5 | 0.3 |
| Hex | 26 | 5B | 73 | 43 | 15 | 0 | 37 | C7 | 32 | 1E |
| Octal | 46 | 133 | 163 | 103 | 25 | 0 | 67 | 307 | 62 | 36 |
| Binary | 100110 | 1011011 | 1110011 | 1000011 | 10101 | 0 | 110111 | 11000111 | 110010 | 11110 |
Color Harmonies of #265B73
Complementary color
Monochromatic Colors of #265B73
Black with #265B73
Text Example
Text Example
White with #265B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B73; }
p { color: rgb(38,91,115); }
H1.HeaderClassName
{
color: #265B73;
}
.AnyTagClassName
{
color: #265B73;
}
</style>
background-color css
<style>
a { background-color: #265B73; }
a { background-color: rgb(38,91,115); }
div.DivClassName
{
background-color: #265B73;
}
.BgClassName
{
background-color: #265B73;
}
</style>
border-color css
<style>
span { border-color: #265B73; }
span { border-color: rgb(38,91,115); }
td.TdClassName
{
border-color: #265B73;
}
.TagClassName
{
border-color: #265B73;
}
</style>