Shades of Orient #265A72
Tints of Orient #265A72
RGB
CMYK
RGB Variations
Color information
#265A72 (or 0x265A72) is known color: Orient. HEX triplet: 26, 5A and 72. RGB value is (38,90,114). Sum of RGB (Red+Green+Blue) = 38+90+114=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #265A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A72 is #D9A58D. Grayscale: #4D4D4D. Windows color (decimal): -14263694 or 7494182. OLE color: 7494182.
HSL color Cylindrical-coordinate representation of color #265A72: hue angle of 198.95º 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 #265A72 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 90 | 114 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.55 |
| HSL | 198.95º | 0.5% | 0.3% | - |
| HSV(B) | 198.95º | 0.67% | 0.45% | - |
| XYZ | 7.49 | 8.94 | 17.25 | - |
| YUV | 77.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 114 | 0.67 | 0.21 | 0 | 0.55 | 198.95 | 0.5 | 0.3 |
| Hex | 26 | 5A | 72 | 43 | 15 | 0 | 37 | C7 | 32 | 1E |
| Octal | 46 | 132 | 162 | 103 | 25 | 0 | 67 | 307 | 62 | 36 |
| Binary | 100110 | 1011010 | 1110010 | 1000011 | 10101 | 0 | 110111 | 11000111 | 110010 | 11110 |
Color Harmonies of #265A72
Complementary color
Monochromatic Colors of #265A72
Black with #265A72
Text Example
Text Example
White with #265A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A72; }
p { color: rgb(38,90,114); }
H1.HeaderClassName
{
color: #265A72;
}
.AnyTagClassName
{
color: #265A72;
}
</style>
background-color css
<style>
a { background-color: #265A72; }
a { background-color: rgb(38,90,114); }
div.DivClassName
{
background-color: #265A72;
}
.BgClassName
{
background-color: #265A72;
}
</style>
border-color css
<style>
span { border-color: #265A72; }
span { border-color: rgb(38,90,114); }
td.TdClassName
{
border-color: #265A72;
}
.TagClassName
{
border-color: #265A72;
}
</style>