Shades of Endeavour #265585
Tints of Endeavour #265585
RGB
CMYK
RGB Variations
Color information
#265585 (or 0x265585) is known color: Endeavour. HEX triplet: 26, 55 and 85. RGB value is (38,85,133). Sum of RGB (Red+Green+Blue) = 38+85+133=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #265585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265585 is #D9AA7A. Grayscale: #4C4C4C. Windows color (decimal): -14264955 or 8738086. OLE color: 8738086.
HSL color Cylindrical-coordinate representation of color #265585: hue angle of 210.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265585 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 85 | 133 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.48 |
| HSL | 210.32º | 0.56% | 0.34% | - |
| HSV(B) | 210.32º | 0.71% | 0.52% | - |
| XYZ | 8.28 | 8.6 | 23.41 | - |
| YUV | 76.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 133 | 0.71 | 0.36 | 0 | 0.48 | 210.32 | 0.56 | 0.34 |
| Hex | 26 | 55 | 85 | 47 | 24 | 0 | 30 | D2 | 38 | 22 |
| Octal | 46 | 125 | 205 | 107 | 44 | 0 | 60 | 322 | 70 | 42 |
| Binary | 100110 | 1010101 | 10000101 | 1000111 | 100100 | 0 | 110000 | 11010010 | 111000 | 100010 |
Color Harmonies of #265585
Complementary color
Monochromatic Colors of #265585
Black with #265585
Text Example
Text Example
White with #265585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265585; }
p { color: rgb(38,85,133); }
H1.HeaderClassName
{
color: #265585;
}
.AnyTagClassName
{
color: #265585;
}
</style>
background-color css
<style>
a { background-color: #265585; }
a { background-color: rgb(38,85,133); }
div.DivClassName
{
background-color: #265585;
}
.BgClassName
{
background-color: #265585;
}
</style>
border-color css
<style>
span { border-color: #265585; }
span { border-color: rgb(38,85,133); }
td.TdClassName
{
border-color: #265585;
}
.TagClassName
{
border-color: #265585;
}
</style>