Shades of Endeavour #265A9B
Tints of Endeavour #265A9B
RGB
CMYK
RGB Variations
Color information
#265A9B (or 0x265A9B) is known color: Endeavour. HEX triplet: 26, 5A and 9B. RGB value is (38,90,155). Sum of RGB (Red+Green+Blue) = 38+90+155=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #265A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A9B is #D9A564. Grayscale: #515151. Windows color (decimal): -14263653 or 10181158. OLE color: 10181158.
HSL color Cylindrical-coordinate representation of color #265A9B: hue angle of 213.33º 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 #265A9B is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 90 | 155 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.39 |
| HSL | 213.33º | 0.61% | 0.38% | - |
| HSV(B) | 213.33º | 0.75% | 0.61% | - |
| XYZ | 10.37 | 10.09 | 32.41 | - |
| YUV | 81.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 155 | 0.75 | 0.42 | 0 | 0.39 | 213.33 | 0.61 | 0.38 |
| Hex | 26 | 5A | 9B | 4B | 2A | 0 | 27 | D5 | 3D | 26 |
| Octal | 46 | 132 | 233 | 113 | 52 | 0 | 47 | 325 | 75 | 46 |
| Binary | 100110 | 1011010 | 10011011 | 1001011 | 101010 | 0 | 100111 | 11010101 | 111101 | 100110 |
Color Harmonies of #265A9B
Complementary color
Monochromatic Colors of #265A9B
Black with #265A9B
Text Example
Text Example
White with #265A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A9B; }
p { color: rgb(38,90,155); }
H1.HeaderClassName
{
color: #265A9B;
}
.AnyTagClassName
{
color: #265A9B;
}
</style>
background-color css
<style>
a { background-color: #265A9B; }
a { background-color: rgb(38,90,155); }
div.DivClassName
{
background-color: #265A9B;
}
.BgClassName
{
background-color: #265A9B;
}
</style>
border-color css
<style>
span { border-color: #265A9B; }
span { border-color: rgb(38,90,155); }
td.TdClassName
{
border-color: #265A9B;
}
.TagClassName
{
border-color: #265A9B;
}
</style>