Shades of Orient #265A75
Tints of Orient #265A75
RGB
CMYK
RGB Variations
Color information
#265A75 (or 0x265A75) is known color: Orient. HEX triplet: 26, 5A and 75. RGB value is (38,90,117). Sum of RGB (Red+Green+Blue) = 38+90+117=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #265A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A75 is #D9A58A. Grayscale: #4D4D4D. Windows color (decimal): -14263691 or 7690790. OLE color: 7690790.
HSL color Cylindrical-coordinate representation of color #265A75: hue angle of 200.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265A75 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 90 | 117 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.54 |
| HSL | 200.51º | 0.51% | 0.3% | - |
| HSV(B) | 200.51º | 0.68% | 0.46% | - |
| XYZ | 7.67 | 9.01 | 18.16 | - |
| YUV | 77.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 117 | 0.68 | 0.23 | 0 | 0.54 | 200.51 | 0.51 | 0.3 |
| Hex | 26 | 5A | 75 | 44 | 17 | 0 | 36 | C9 | 33 | 1E |
| Octal | 46 | 132 | 165 | 104 | 27 | 0 | 66 | 311 | 63 | 36 |
| Binary | 100110 | 1011010 | 1110101 | 1000100 | 10111 | 0 | 110110 | 11001001 | 110011 | 11110 |
Color Harmonies of #265A75
Complementary color
Monochromatic Colors of #265A75
Black with #265A75
Text Example
Text Example
White with #265A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A75; }
p { color: rgb(38,90,117); }
H1.HeaderClassName
{
color: #265A75;
}
.AnyTagClassName
{
color: #265A75;
}
</style>
background-color css
<style>
a { background-color: #265A75; }
a { background-color: rgb(38,90,117); }
div.DivClassName
{
background-color: #265A75;
}
.BgClassName
{
background-color: #265A75;
}
</style>
border-color css
<style>
span { border-color: #265A75; }
span { border-color: rgb(38,90,117); }
td.TdClassName
{
border-color: #265A75;
}
.TagClassName
{
border-color: #265A75;
}
</style>