Shades of Endeavour #265792
Tints of Endeavour #265792
RGB
CMYK
RGB Variations
Color information
#265792 (or 0x265792) is known color: Endeavour. HEX triplet: 26, 57 and 92. RGB value is (38,87,146). Sum of RGB (Red+Green+Blue) = 38+87+146=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #265792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265792 is #D9A86D. Grayscale: #4E4E4E. Windows color (decimal): -14264430 or 9590566. OLE color: 9590566.
HSL color Cylindrical-coordinate representation of color #265792: hue angle of 212.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265792 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 87 | 146 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.43 |
| HSL | 212.78º | 0.59% | 0.36% | - |
| HSV(B) | 212.78º | 0.74% | 0.57% | - |
| XYZ | 9.4 | 9.3 | 28.49 | - |
| YUV | 79.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 146 | 0.74 | 0.40 | 0 | 0.43 | 212.78 | 0.59 | 0.36 |
| Hex | 26 | 57 | 92 | 4A | 28 | 0 | 2B | D5 | 3B | 24 |
| Octal | 46 | 127 | 222 | 112 | 50 | 0 | 53 | 325 | 73 | 44 |
| Binary | 100110 | 1010111 | 10010010 | 1001010 | 101000 | 0 | 101011 | 11010101 | 111011 | 100100 |
Color Harmonies of #265792
Complementary color
Monochromatic Colors of #265792
Black with #265792
Text Example
Text Example
White with #265792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265792; }
p { color: rgb(38,87,146); }
H1.HeaderClassName
{
color: #265792;
}
.AnyTagClassName
{
color: #265792;
}
</style>
background-color css
<style>
a { background-color: #265792; }
a { background-color: rgb(38,87,146); }
div.DivClassName
{
background-color: #265792;
}
.BgClassName
{
background-color: #265792;
}
</style>
border-color css
<style>
span { border-color: #265792; }
span { border-color: rgb(38,87,146); }
td.TdClassName
{
border-color: #265792;
}
.TagClassName
{
border-color: #265792;
}
</style>