Shades of Endeavour #265485
Tints of Endeavour #265485
RGB
CMYK
RGB Variations
Color information
#265485 (or 0x265485) is known color: Endeavour. HEX triplet: 26, 54 and 85. RGB value is (38,84,133). Sum of RGB (Red+Green+Blue) = 38+84+133=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #265485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265485 is #D9AB7A. Grayscale: #4B4B4B. Windows color (decimal): -14265211 or 8737830. OLE color: 8737830.
HSL color Cylindrical-coordinate representation of color #265485: hue angle of 210.95º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265485 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 84 | 133 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.48 |
| HSL | 210.95º | 0.56% | 0.34% | - |
| HSV(B) | 210.95º | 0.71% | 0.52% | - |
| XYZ | 8.2 | 8.45 | 23.39 | - |
| YUV | 75.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 133 | 0.71 | 0.37 | 0 | 0.48 | 210.95 | 0.56 | 0.34 |
| Hex | 26 | 54 | 85 | 47 | 25 | 0 | 30 | D3 | 38 | 22 |
| Octal | 46 | 124 | 205 | 107 | 45 | 0 | 60 | 323 | 70 | 42 |
| Binary | 100110 | 1010100 | 10000101 | 1000111 | 100101 | 0 | 110000 | 11010011 | 111000 | 100010 |
Color Harmonies of #265485
Complementary color
Monochromatic Colors of #265485
Black with #265485
Text Example
Text Example
White with #265485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265485; }
p { color: rgb(38,84,133); }
H1.HeaderClassName
{
color: #265485;
}
.AnyTagClassName
{
color: #265485;
}
</style>
background-color css
<style>
a { background-color: #265485; }
a { background-color: rgb(38,84,133); }
div.DivClassName
{
background-color: #265485;
}
.BgClassName
{
background-color: #265485;
}
</style>
border-color css
<style>
span { border-color: #265485; }
span { border-color: rgb(38,84,133); }
td.TdClassName
{
border-color: #265485;
}
.TagClassName
{
border-color: #265485;
}
</style>