Shades of Endeavour #265D8C
Tints of Endeavour #265D8C
RGB
CMYK
RGB Variations
Color information
#265D8C (or 0x265D8C) is known color: Endeavour. HEX triplet: 26, 5D and 8C. RGB value is (38,93,140). Sum of RGB (Red+Green+Blue) = 38+93+140=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #265D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D8C is #D9A273. Grayscale: #515151. Windows color (decimal): -14262900 or 9198886. OLE color: 9198886.
HSL color Cylindrical-coordinate representation of color #265D8C: hue angle of 207.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265D8C is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 93 | 140 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.45 |
| HSL | 207.65º | 0.57% | 0.35% | - |
| HSV(B) | 207.65º | 0.73% | 0.55% | - |
| XYZ | 9.45 | 10.13 | 26.27 | - |
| YUV | 81.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 140 | 0.73 | 0.34 | 0 | 0.45 | 207.65 | 0.57 | 0.35 |
| Hex | 26 | 5D | 8C | 49 | 22 | 0 | 2D | D0 | 39 | 23 |
| Octal | 46 | 135 | 214 | 111 | 42 | 0 | 55 | 320 | 71 | 43 |
| Binary | 100110 | 1011101 | 10001100 | 1001001 | 100010 | 0 | 101101 | 11010000 | 111001 | 100011 |
Color Harmonies of #265D8C
Complementary color
Monochromatic Colors of #265D8C
Black with #265D8C
Text Example
Text Example
White with #265D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D8C; }
p { color: rgb(38,93,140); }
H1.HeaderClassName
{
color: #265D8C;
}
.AnyTagClassName
{
color: #265D8C;
}
</style>
background-color css
<style>
a { background-color: #265D8C; }
a { background-color: rgb(38,93,140); }
div.DivClassName
{
background-color: #265D8C;
}
.BgClassName
{
background-color: #265D8C;
}
</style>
border-color css
<style>
span { border-color: #265D8C; }
span { border-color: rgb(38,93,140); }
td.TdClassName
{
border-color: #265D8C;
}
.TagClassName
{
border-color: #265D8C;
}
</style>