Shades of Orient #265F7D
Tints of Orient #265F7D
RGB
CMYK
RGB Variations
Color information
#265F7D (or 0x265F7D) is known color: Orient. HEX triplet: 26, 5F and 7D. RGB value is (38,95,125). Sum of RGB (Red+Green+Blue) = 38+95+125=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #265F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F7D is #D9A082. Grayscale: #515151. Windows color (decimal): -14262403 or 8216358. OLE color: 8216358.
HSL color Cylindrical-coordinate representation of color #265F7D: hue angle of 200.69º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265F7D is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 95 | 125 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.51 |
| HSL | 200.69º | 0.53% | 0.32% | - |
| HSV(B) | 200.69º | 0.7% | 0.49% | - |
| XYZ | 8.59 | 10.08 | 20.89 | - |
| YUV | 81.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 125 | 0.70 | 0.24 | 0 | 0.51 | 200.69 | 0.53 | 0.32 |
| Hex | 26 | 5F | 7D | 46 | 18 | 0 | 33 | C9 | 35 | 20 |
| Octal | 46 | 137 | 175 | 106 | 30 | 0 | 63 | 311 | 65 | 40 |
| Binary | 100110 | 1011111 | 1111101 | 1000110 | 11000 | 0 | 110011 | 11001001 | 110101 | 100000 |
Color Harmonies of #265F7D
Complementary color
Monochromatic Colors of #265F7D
Black with #265F7D
Text Example
Text Example
White with #265F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F7D; }
p { color: rgb(38,95,125); }
H1.HeaderClassName
{
color: #265F7D;
}
.AnyTagClassName
{
color: #265F7D;
}
</style>
background-color css
<style>
a { background-color: #265F7D; }
a { background-color: rgb(38,95,125); }
div.DivClassName
{
background-color: #265F7D;
}
.BgClassName
{
background-color: #265F7D;
}
</style>
border-color css
<style>
span { border-color: #265F7D; }
span { border-color: rgb(38,95,125); }
td.TdClassName
{
border-color: #265F7D;
}
.TagClassName
{
border-color: #265F7D;
}
</style>