Shades of Orient #265C70
Tints of Orient #265C70
RGB
CMYK
RGB Variations
Color information
#265C70 (or 0x265C70) is known color: Orient. HEX triplet: 26, 5C and 70. RGB value is (38,92,112). Sum of RGB (Red+Green+Blue) = 38+92+112=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #265C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C70 is #D9A38F. Grayscale: #4E4E4E. Windows color (decimal): -14263184 or 7363622. OLE color: 7363622.
HSL color Cylindrical-coordinate representation of color #265C70: hue angle of 196.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265C70 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 92 | 112 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.56 |
| HSL | 196.22º | 0.49% | 0.29% | - |
| HSV(B) | 196.22º | 0.66% | 0.44% | - |
| XYZ | 7.55 | 9.24 | 16.71 | - |
| YUV | 78.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 112 | 0.66 | 0.18 | 0 | 0.56 | 196.22 | 0.49 | 0.29 |
| Hex | 26 | 5C | 70 | 42 | 12 | 0 | 38 | C4 | 31 | 1D |
| Octal | 46 | 134 | 160 | 102 | 22 | 0 | 70 | 304 | 61 | 35 |
| Binary | 100110 | 1011100 | 1110000 | 1000010 | 10010 | 0 | 111000 | 11000100 | 110001 | 11101 |
Color Harmonies of #265C70
Complementary color
Monochromatic Colors of #265C70
Black with #265C70
Text Example
Text Example
White with #265C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C70; }
p { color: rgb(38,92,112); }
H1.HeaderClassName
{
color: #265C70;
}
.AnyTagClassName
{
color: #265C70;
}
</style>
background-color css
<style>
a { background-color: #265C70; }
a { background-color: rgb(38,92,112); }
div.DivClassName
{
background-color: #265C70;
}
.BgClassName
{
background-color: #265C70;
}
</style>
border-color css
<style>
span { border-color: #265C70; }
span { border-color: rgb(38,92,112); }
td.TdClassName
{
border-color: #265C70;
}
.TagClassName
{
border-color: #265C70;
}
</style>