Shades of Endeavour #265182
Tints of Endeavour #265182
RGB
CMYK
RGB Variations
Color information
#265182 (or 0x265182) is known color: Endeavour. HEX triplet: 26, 51 and 82. RGB value is (38,81,130). Sum of RGB (Red+Green+Blue) = 38+81+130=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #265182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265182 is #D9AE7D. Grayscale: #494949. Windows color (decimal): -14265982 or 8540454. OLE color: 8540454.
HSL color Cylindrical-coordinate representation of color #265182: hue angle of 211.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265182 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 81 | 130 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.49 |
| HSL | 211.96º | 0.55% | 0.33% | - |
| HSV(B) | 211.96º | 0.71% | 0.51% | - |
| XYZ | 7.77 | 7.91 | 22.24 | - |
| YUV | 73.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 130 | 0.71 | 0.38 | 0 | 0.49 | 211.96 | 0.55 | 0.33 |
| Hex | 26 | 51 | 82 | 47 | 26 | 0 | 31 | D4 | 37 | 21 |
| Octal | 46 | 121 | 202 | 107 | 46 | 0 | 61 | 324 | 67 | 41 |
| Binary | 100110 | 1010001 | 10000010 | 1000111 | 100110 | 0 | 110001 | 11010100 | 110111 | 100001 |
Color Harmonies of #265182
Complementary color
Monochromatic Colors of #265182
Black with #265182
Text Example
Text Example
White with #265182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265182; }
p { color: rgb(38,81,130); }
H1.HeaderClassName
{
color: #265182;
}
.AnyTagClassName
{
color: #265182;
}
</style>
background-color css
<style>
a { background-color: #265182; }
a { background-color: rgb(38,81,130); }
div.DivClassName
{
background-color: #265182;
}
.BgClassName
{
background-color: #265182;
}
</style>
border-color css
<style>
span { border-color: #265182; }
span { border-color: rgb(38,81,130); }
td.TdClassName
{
border-color: #265182;
}
.TagClassName
{
border-color: #265182;
}
</style>