Shades of Endeavour #265F90
Tints of Endeavour #265F90
RGB
CMYK
RGB Variations
Color information
#265F90 (or 0x265F90) is known color: Endeavour. HEX triplet: 26, 5F and 90. RGB value is (38,95,144). Sum of RGB (Red+Green+Blue) = 38+95+144=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #265F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F90 is #D9A06F. Grayscale: #535353. Windows color (decimal): -14262384 or 9461542. OLE color: 9461542.
HSL color Cylindrical-coordinate representation of color #265F90: hue angle of 207.74º 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 #265F90 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 95 | 144 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.44 |
| HSL | 207.74º | 0.58% | 0.36% | - |
| HSV(B) | 207.74º | 0.74% | 0.56% | - |
| XYZ | 9.93 | 10.61 | 27.91 | - |
| YUV | 83.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 144 | 0.74 | 0.34 | 0 | 0.44 | 207.74 | 0.58 | 0.36 |
| Hex | 26 | 5F | 90 | 4A | 22 | 0 | 2C | D0 | 3A | 24 |
| Octal | 46 | 137 | 220 | 112 | 42 | 0 | 54 | 320 | 72 | 44 |
| Binary | 100110 | 1011111 | 10010000 | 1001010 | 100010 | 0 | 101100 | 11010000 | 111010 | 100100 |
Color Harmonies of #265F90
Complementary color
Monochromatic Colors of #265F90
Black with #265F90
Text Example
Text Example
White with #265F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F90; }
p { color: rgb(38,95,144); }
H1.HeaderClassName
{
color: #265F90;
}
.AnyTagClassName
{
color: #265F90;
}
</style>
background-color css
<style>
a { background-color: #265F90; }
a { background-color: rgb(38,95,144); }
div.DivClassName
{
background-color: #265F90;
}
.BgClassName
{
background-color: #265F90;
}
</style>
border-color css
<style>
span { border-color: #265F90; }
span { border-color: rgb(38,95,144); }
td.TdClassName
{
border-color: #265F90;
}
.TagClassName
{
border-color: #265F90;
}
</style>