Shades of Endeavour #265D90
Tints of Endeavour #265D90
RGB
CMYK
RGB Variations
Color information
#265D90 (or 0x265D90) is known color: Endeavour. HEX triplet: 26, 5D and 90. RGB value is (38,93,144). Sum of RGB (Red+Green+Blue) = 38+93+144=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #265D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D90 is #D9A26F. Grayscale: #525252. Windows color (decimal): -14262896 or 9461030. OLE color: 9461030.
HSL color Cylindrical-coordinate representation of color #265D90: hue angle of 208.87º 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 #265D90 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 93 | 144 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.44 |
| HSL | 208.87º | 0.58% | 0.36% | - |
| HSV(B) | 208.87º | 0.74% | 0.56% | - |
| XYZ | 9.75 | 10.25 | 27.85 | - |
| YUV | 82.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 144 | 0.74 | 0.35 | 0 | 0.44 | 208.87 | 0.58 | 0.36 |
| Hex | 26 | 5D | 90 | 4A | 23 | 0 | 2C | D1 | 3A | 24 |
| Octal | 46 | 135 | 220 | 112 | 43 | 0 | 54 | 321 | 72 | 44 |
| Binary | 100110 | 1011101 | 10010000 | 1001010 | 100011 | 0 | 101100 | 11010001 | 111010 | 100100 |
Color Harmonies of #265D90
Complementary color
Monochromatic Colors of #265D90
Black with #265D90
Text Example
Text Example
White with #265D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D90; }
p { color: rgb(38,93,144); }
H1.HeaderClassName
{
color: #265D90;
}
.AnyTagClassName
{
color: #265D90;
}
</style>
background-color css
<style>
a { background-color: #265D90; }
a { background-color: rgb(38,93,144); }
div.DivClassName
{
background-color: #265D90;
}
.BgClassName
{
background-color: #265D90;
}
</style>
border-color css
<style>
span { border-color: #265D90; }
span { border-color: rgb(38,93,144); }
td.TdClassName
{
border-color: #265D90;
}
.TagClassName
{
border-color: #265D90;
}
</style>