Shades of Endeavour #265393
Tints of Endeavour #265393
RGB
CMYK
RGB Variations
Color information
#265393 (or 0x265393) is known color: Endeavour. HEX triplet: 26, 53 and 93. RGB value is (38,83,147). Sum of RGB (Red+Green+Blue) = 38+83+147=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #265393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265393 is #D9AC6C. Grayscale: #4C4C4C. Windows color (decimal): -14265453 or 9655078. OLE color: 9655078.
HSL color Cylindrical-coordinate representation of color #265393: hue angle of 215.23º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265393 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 83 | 147 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.42 |
| HSL | 215.23º | 0.59% | 0.36% | - |
| HSV(B) | 215.23º | 0.74% | 0.58% | - |
| XYZ | 9.16 | 8.71 | 28.8 | - |
| YUV | 76.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 147 | 0.74 | 0.44 | 0 | 0.42 | 215.23 | 0.59 | 0.36 |
| Hex | 26 | 53 | 93 | 4A | 2C | 0 | 2A | D7 | 3B | 24 |
| Octal | 46 | 123 | 223 | 112 | 54 | 0 | 52 | 327 | 73 | 44 |
| Binary | 100110 | 1010011 | 10010011 | 1001010 | 101100 | 0 | 101010 | 11010111 | 111011 | 100100 |
Color Harmonies of #265393
Complementary color
Monochromatic Colors of #265393
Black with #265393
Text Example
Text Example
White with #265393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265393; }
p { color: rgb(38,83,147); }
H1.HeaderClassName
{
color: #265393;
}
.AnyTagClassName
{
color: #265393;
}
</style>
background-color css
<style>
a { background-color: #265393; }
a { background-color: rgb(38,83,147); }
div.DivClassName
{
background-color: #265393;
}
.BgClassName
{
background-color: #265393;
}
</style>
border-color css
<style>
span { border-color: #265393; }
span { border-color: rgb(38,83,147); }
td.TdClassName
{
border-color: #265393;
}
.TagClassName
{
border-color: #265393;
}
</style>