Shades of Orient #265B76
Tints of Orient #265B76
RGB
CMYK
RGB Variations
Color information
#265B76 (or 0x265B76) is known color: Orient. HEX triplet: 26, 5B and 76. RGB value is (38,91,118). Sum of RGB (Red+Green+Blue) = 38+91+118=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #265B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B76 is #D9A489. Grayscale: #4E4E4E. Windows color (decimal): -14263434 or 7756582. OLE color: 7756582.
HSL color Cylindrical-coordinate representation of color #265B76: hue angle of 200.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265B76 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 91 | 118 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.54 |
| HSL | 200.25º | 0.51% | 0.31% | - |
| HSV(B) | 200.25º | 0.68% | 0.46% | - |
| XYZ | 7.81 | 9.2 | 18.5 | - |
| YUV | 78.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 118 | 0.68 | 0.23 | 0 | 0.54 | 200.25 | 0.51 | 0.31 |
| Hex | 26 | 5B | 76 | 44 | 17 | 0 | 36 | C8 | 33 | 1F |
| Octal | 46 | 133 | 166 | 104 | 27 | 0 | 66 | 310 | 63 | 37 |
| Binary | 100110 | 1011011 | 1110110 | 1000100 | 10111 | 0 | 110110 | 11001000 | 110011 | 11111 |
Color Harmonies of #265B76
Complementary color
Monochromatic Colors of #265B76
Black with #265B76
Text Example
Text Example
White with #265B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B76; }
p { color: rgb(38,91,118); }
H1.HeaderClassName
{
color: #265B76;
}
.AnyTagClassName
{
color: #265B76;
}
</style>
background-color css
<style>
a { background-color: #265B76; }
a { background-color: rgb(38,91,118); }
div.DivClassName
{
background-color: #265B76;
}
.BgClassName
{
background-color: #265B76;
}
</style>
border-color css
<style>
span { border-color: #265B76; }
span { border-color: rgb(38,91,118); }
td.TdClassName
{
border-color: #265B76;
}
.TagClassName
{
border-color: #265B76;
}
</style>