Shades of Endeavour #265A9D
Tints of Endeavour #265A9D
RGB
CMYK
RGB Variations
Color information
#265A9D (or 0x265A9D) is known color: Endeavour. HEX triplet: 26, 5A and 9D. RGB value is (38,90,157). Sum of RGB (Red+Green+Blue) = 38+90+157=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #265A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A9D is #D9A562. Grayscale: #515151. Windows color (decimal): -14263651 or 10312230. OLE color: 10312230.
HSL color Cylindrical-coordinate representation of color #265A9D: hue angle of 213.78º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265A9D is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 90 | 157 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.38 |
| HSL | 213.78º | 0.61% | 0.38% | - |
| HSV(B) | 213.78º | 0.76% | 0.62% | - |
| XYZ | 10.54 | 10.16 | 33.3 | - |
| YUV | 82.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 157 | 0.76 | 0.43 | 0 | 0.38 | 213.78 | 0.61 | 0.38 |
| Hex | 26 | 5A | 9D | 4C | 2B | 0 | 26 | D6 | 3D | 26 |
| Octal | 46 | 132 | 235 | 114 | 53 | 0 | 46 | 326 | 75 | 46 |
| Binary | 100110 | 1011010 | 10011101 | 1001100 | 101011 | 0 | 100110 | 11010110 | 111101 | 100110 |
Color Harmonies of #265A9D
Complementary color
Monochromatic Colors of #265A9D
Black with #265A9D
Text Example
Text Example
White with #265A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A9D; }
p { color: rgb(38,90,157); }
H1.HeaderClassName
{
color: #265A9D;
}
.AnyTagClassName
{
color: #265A9D;
}
</style>
background-color css
<style>
a { background-color: #265A9D; }
a { background-color: rgb(38,90,157); }
div.DivClassName
{
background-color: #265A9D;
}
.BgClassName
{
background-color: #265A9D;
}
</style>
border-color css
<style>
span { border-color: #265A9D; }
span { border-color: rgb(38,90,157); }
td.TdClassName
{
border-color: #265A9D;
}
.TagClassName
{
border-color: #265A9D;
}
</style>