Shades of Endeavour #265390
Tints of Endeavour #265390
RGB
CMYK
RGB Variations
Color information
#265390 (or 0x265390) is known color: Endeavour. HEX triplet: 26, 53 and 90. RGB value is (38,83,144). Sum of RGB (Red+Green+Blue) = 38+83+144=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #265390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265390 is #D9AC6F. Grayscale: #4C4C4C. Windows color (decimal): -14265456 or 9458470. OLE color: 9458470.
HSL color Cylindrical-coordinate representation of color #265390: hue angle of 214.53º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265390 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 83 | 144 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.44 |
| HSL | 214.53º | 0.58% | 0.36% | - |
| HSV(B) | 214.53º | 0.74% | 0.56% | - |
| XYZ | 8.93 | 8.61 | 27.58 | - |
| YUV | 76.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 144 | 0.74 | 0.42 | 0 | 0.44 | 214.53 | 0.58 | 0.36 |
| Hex | 26 | 53 | 90 | 4A | 2A | 0 | 2C | D7 | 3A | 24 |
| Octal | 46 | 123 | 220 | 112 | 52 | 0 | 54 | 327 | 72 | 44 |
| Binary | 100110 | 1010011 | 10010000 | 1001010 | 101010 | 0 | 101100 | 11010111 | 111010 | 100100 |
Color Harmonies of #265390
Complementary color
Monochromatic Colors of #265390
Black with #265390
Text Example
Text Example
White with #265390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265390; }
p { color: rgb(38,83,144); }
H1.HeaderClassName
{
color: #265390;
}
.AnyTagClassName
{
color: #265390;
}
</style>
background-color css
<style>
a { background-color: #265390; }
a { background-color: rgb(38,83,144); }
div.DivClassName
{
background-color: #265390;
}
.BgClassName
{
background-color: #265390;
}
</style>
border-color css
<style>
span { border-color: #265390; }
span { border-color: rgb(38,83,144); }
td.TdClassName
{
border-color: #265390;
}
.TagClassName
{
border-color: #265390;
}
</style>