Shades of Endeavour #265386
Tints of Endeavour #265386
RGB
CMYK
RGB Variations
Color information
#265386 (or 0x265386) is known color: Endeavour. HEX triplet: 26, 53 and 86. RGB value is (38,83,134). Sum of RGB (Red+Green+Blue) = 38+83+134=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #265386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265386 is #D9AC79. Grayscale: #4B4B4B. Windows color (decimal): -14265466 or 8803110. OLE color: 8803110.
HSL color Cylindrical-coordinate representation of color #265386: hue angle of 211.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265386 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 83 | 134 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.47 |
| HSL | 211.88º | 0.56% | 0.34% | - |
| HSV(B) | 211.88º | 0.72% | 0.53% | - |
| XYZ | 8.2 | 8.32 | 23.73 | - |
| YUV | 75.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 134 | 0.72 | 0.38 | 0 | 0.47 | 211.88 | 0.56 | 0.34 |
| Hex | 26 | 53 | 86 | 48 | 26 | 0 | 2F | D4 | 38 | 22 |
| Octal | 46 | 123 | 206 | 110 | 46 | 0 | 57 | 324 | 70 | 42 |
| Binary | 100110 | 1010011 | 10000110 | 1001000 | 100110 | 0 | 101111 | 11010100 | 111000 | 100010 |
Color Harmonies of #265386
Complementary color
Monochromatic Colors of #265386
Black with #265386
Text Example
Text Example
White with #265386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265386; }
p { color: rgb(38,83,134); }
H1.HeaderClassName
{
color: #265386;
}
.AnyTagClassName
{
color: #265386;
}
</style>
background-color css
<style>
a { background-color: #265386; }
a { background-color: rgb(38,83,134); }
div.DivClassName
{
background-color: #265386;
}
.BgClassName
{
background-color: #265386;
}
</style>
border-color css
<style>
span { border-color: #265386; }
span { border-color: rgb(38,83,134); }
td.TdClassName
{
border-color: #265386;
}
.TagClassName
{
border-color: #265386;
}
</style>