Shades of Endeavour #265395
Tints of Endeavour #265395
RGB
CMYK
RGB Variations
Color information
#265395 (or 0x265395) is known color: Endeavour. HEX triplet: 26, 53 and 95. RGB value is (38,83,149). Sum of RGB (Red+Green+Blue) = 38+83+149=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #265395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265395 is #D9AC6A. Grayscale: #4C4C4C. Windows color (decimal): -14265451 or 9786150. OLE color: 9786150.
HSL color Cylindrical-coordinate representation of color #265395: hue angle of 215.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265395 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 83 | 149 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.42 |
| HSL | 215.68º | 0.59% | 0.37% | - |
| HSV(B) | 215.68º | 0.74% | 0.58% | - |
| XYZ | 9.32 | 8.77 | 29.64 | - |
| YUV | 77.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 149 | 0.74 | 0.44 | 0 | 0.42 | 215.68 | 0.59 | 0.37 |
| Hex | 26 | 53 | 95 | 4A | 2C | 0 | 2A | D8 | 3B | 25 |
| Octal | 46 | 123 | 225 | 112 | 54 | 0 | 52 | 330 | 73 | 45 |
| Binary | 100110 | 1010011 | 10010101 | 1001010 | 101100 | 0 | 101010 | 11011000 | 111011 | 100101 |
Color Harmonies of #265395
Complementary color
Monochromatic Colors of #265395
Black with #265395
Text Example
Text Example
White with #265395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265395; }
p { color: rgb(38,83,149); }
H1.HeaderClassName
{
color: #265395;
}
.AnyTagClassName
{
color: #265395;
}
</style>
background-color css
<style>
a { background-color: #265395; }
a { background-color: rgb(38,83,149); }
div.DivClassName
{
background-color: #265395;
}
.BgClassName
{
background-color: #265395;
}
</style>
border-color css
<style>
span { border-color: #265395; }
span { border-color: rgb(38,83,149); }
td.TdClassName
{
border-color: #265395;
}
.TagClassName
{
border-color: #265395;
}
</style>