Shades of Orient #265B71
Tints of Orient #265B71
RGB
CMYK
RGB Variations
Color information
#265B71 (or 0x265B71) is known color: Orient. HEX triplet: 26, 5B and 71. RGB value is (38,91,113). Sum of RGB (Red+Green+Blue) = 38+91+113=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #265B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B71 is #D9A48E. Grayscale: #4D4D4D. Windows color (decimal): -14263439 or 7428902. OLE color: 7428902.
HSL color Cylindrical-coordinate representation of color #265B71: hue angle of 197.6º 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 #265B71 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 91 | 113 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.56 |
| HSL | 197.6º | 0.5% | 0.3% | - |
| HSV(B) | 197.6º | 0.66% | 0.44% | - |
| XYZ | 7.52 | 9.09 | 16.98 | - |
| YUV | 77.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 113 | 0.66 | 0.19 | 0 | 0.56 | 197.6 | 0.5 | 0.3 |
| Hex | 26 | 5B | 71 | 42 | 13 | 0 | 38 | C6 | 32 | 1E |
| Octal | 46 | 133 | 161 | 102 | 23 | 0 | 70 | 306 | 62 | 36 |
| Binary | 100110 | 1011011 | 1110001 | 1000010 | 10011 | 0 | 111000 | 11000110 | 110010 | 11110 |
Color Harmonies of #265B71
Complementary color
Monochromatic Colors of #265B71
Black with #265B71
Text Example
Text Example
White with #265B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B71; }
p { color: rgb(38,91,113); }
H1.HeaderClassName
{
color: #265B71;
}
.AnyTagClassName
{
color: #265B71;
}
</style>
background-color css
<style>
a { background-color: #265B71; }
a { background-color: rgb(38,91,113); }
div.DivClassName
{
background-color: #265B71;
}
.BgClassName
{
background-color: #265B71;
}
</style>
border-color css
<style>
span { border-color: #265B71; }
span { border-color: rgb(38,91,113); }
td.TdClassName
{
border-color: #265B71;
}
.TagClassName
{
border-color: #265B71;
}
</style>