Shades of Orient #265A71
Tints of Orient #265A71
RGB
CMYK
RGB Variations
Color information
#265A71 (or 0x265A71) is known color: Orient. HEX triplet: 26, 5A and 71. RGB value is (38,90,113). Sum of RGB (Red+Green+Blue) = 38+90+113=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #265A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A71 is #D9A58E. Grayscale: #4C4C4C. Windows color (decimal): -14263695 or 7428646. OLE color: 7428646.
HSL color Cylindrical-coordinate representation of color #265A71: hue angle of 198.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265A71 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 90 | 113 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.56 |
| HSL | 198.4º | 0.5% | 0.3% | - |
| HSV(B) | 198.4º | 0.66% | 0.44% | - |
| XYZ | 7.44 | 8.92 | 16.95 | - |
| YUV | 77.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 113 | 0.66 | 0.20 | 0 | 0.56 | 198.4 | 0.5 | 0.3 |
| Hex | 26 | 5A | 71 | 42 | 14 | 0 | 38 | C6 | 32 | 1E |
| Octal | 46 | 132 | 161 | 102 | 24 | 0 | 70 | 306 | 62 | 36 |
| Binary | 100110 | 1011010 | 1110001 | 1000010 | 10100 | 0 | 111000 | 11000110 | 110010 | 11110 |
Color Harmonies of #265A71
Complementary color
Monochromatic Colors of #265A71
Black with #265A71
Text Example
Text Example
White with #265A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A71; }
p { color: rgb(38,90,113); }
H1.HeaderClassName
{
color: #265A71;
}
.AnyTagClassName
{
color: #265A71;
}
</style>
background-color css
<style>
a { background-color: #265A71; }
a { background-color: rgb(38,90,113); }
div.DivClassName
{
background-color: #265A71;
}
.BgClassName
{
background-color: #265A71;
}
</style>
border-color css
<style>
span { border-color: #265A71; }
span { border-color: rgb(38,90,113); }
td.TdClassName
{
border-color: #265A71;
}
.TagClassName
{
border-color: #265A71;
}
</style>