Shades of Endeavour #265F9B
Tints of Endeavour #265F9B
RGB
CMYK
RGB Variations
Color information
#265F9B (or 0x265F9B) is known color: Endeavour. HEX triplet: 26, 5F and 9B. RGB value is (38,95,155). Sum of RGB (Red+Green+Blue) = 38+95+155=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #265F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F9B is #D9A064. Grayscale: #545454. Windows color (decimal): -14262373 or 10182438. OLE color: 10182438.
HSL color Cylindrical-coordinate representation of color #265F9B: hue angle of 210.77º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265F9B is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 95 | 155 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.39 |
| HSL | 210.77º | 0.61% | 0.38% | - |
| HSV(B) | 210.77º | 0.75% | 0.61% | - |
| XYZ | 10.81 | 10.96 | 32.56 | - |
| YUV | 84.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 155 | 0.75 | 0.39 | 0 | 0.39 | 210.77 | 0.61 | 0.38 |
| Hex | 26 | 5F | 9B | 4B | 27 | 0 | 27 | D3 | 3D | 26 |
| Octal | 46 | 137 | 233 | 113 | 47 | 0 | 47 | 323 | 75 | 46 |
| Binary | 100110 | 1011111 | 10011011 | 1001011 | 100111 | 0 | 100111 | 11010011 | 111101 | 100110 |
Color Harmonies of #265F9B
Complementary color
Monochromatic Colors of #265F9B
Black with #265F9B
Text Example
Text Example
White with #265F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F9B; }
p { color: rgb(38,95,155); }
H1.HeaderClassName
{
color: #265F9B;
}
.AnyTagClassName
{
color: #265F9B;
}
</style>
background-color css
<style>
a { background-color: #265F9B; }
a { background-color: rgb(38,95,155); }
div.DivClassName
{
background-color: #265F9B;
}
.BgClassName
{
background-color: #265F9B;
}
</style>
border-color css
<style>
span { border-color: #265F9B; }
span { border-color: rgb(38,95,155); }
td.TdClassName
{
border-color: #265F9B;
}
.TagClassName
{
border-color: #265F9B;
}
</style>