Shades of Endeavour #265F8F
Tints of Endeavour #265F8F
RGB
CMYK
RGB Variations
Color information
#265F8F (or 0x265F8F) is known color: Endeavour. HEX triplet: 26, 5F and 8F. RGB value is (38,95,143). Sum of RGB (Red+Green+Blue) = 38+95+143=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #265F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F8F is #D9A070. Grayscale: #535353. Windows color (decimal): -14262385 or 9396006. OLE color: 9396006.
HSL color Cylindrical-coordinate representation of color #265F8F: hue angle of 207.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265F8F is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 95 | 143 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.44 |
| HSL | 207.43º | 0.58% | 0.35% | - |
| HSV(B) | 207.43º | 0.73% | 0.56% | - |
| XYZ | 9.85 | 10.58 | 27.51 | - |
| YUV | 83.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 143 | 0.73 | 0.34 | 0 | 0.44 | 207.43 | 0.58 | 0.35 |
| Hex | 26 | 5F | 8F | 49 | 22 | 0 | 2C | CF | 3A | 23 |
| Octal | 46 | 137 | 217 | 111 | 42 | 0 | 54 | 317 | 72 | 43 |
| Binary | 100110 | 1011111 | 10001111 | 1001001 | 100010 | 0 | 101100 | 11001111 | 111010 | 100011 |
Color Harmonies of #265F8F
Complementary color
Monochromatic Colors of #265F8F
Black with #265F8F
Text Example
Text Example
White with #265F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F8F; }
p { color: rgb(38,95,143); }
H1.HeaderClassName
{
color: #265F8F;
}
.AnyTagClassName
{
color: #265F8F;
}
</style>
background-color css
<style>
a { background-color: #265F8F; }
a { background-color: rgb(38,95,143); }
div.DivClassName
{
background-color: #265F8F;
}
.BgClassName
{
background-color: #265F8F;
}
</style>
border-color css
<style>
span { border-color: #265F8F; }
span { border-color: rgb(38,95,143); }
td.TdClassName
{
border-color: #265F8F;
}
.TagClassName
{
border-color: #265F8F;
}
</style>