Shades of Endeavour #28609B
Tints of Endeavour #28609B
RGB
CMYK
RGB Variations
Color information
#28609B (or 0x28609B) is known color: Endeavour. HEX triplet: 28, 60 and 9B. RGB value is (40,96,155). Sum of RGB (Red+Green+Blue) = 40+96+155=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #28609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28609B is #D79F64. Grayscale: #555555. Windows color (decimal): -14131045 or 10182696. OLE color: 10182696.
HSL color Cylindrical-coordinate representation of color #28609B: hue angle of 210.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28609B is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 96 | 155 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.39 |
| HSL | 210.78º | 0.59% | 0.38% | - |
| HSV(B) | 210.78º | 0.74% | 0.61% | - |
| XYZ | 10.97 | 11.18 | 32.59 | - |
| YUV | 85.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 155 | 0.74 | 0.38 | 0 | 0.39 | 210.78 | 0.59 | 0.38 |
| Hex | 28 | 60 | 9B | 4A | 26 | 0 | 27 | D3 | 3B | 26 |
| Octal | 50 | 140 | 233 | 112 | 46 | 0 | 47 | 323 | 73 | 46 |
| Binary | 101000 | 1100000 | 10011011 | 1001010 | 100110 | 0 | 100111 | 11010011 | 111011 | 100110 |
Color Harmonies of #28609B
Complementary color
Monochromatic Colors of #28609B
Black with #28609B
Text Example
Text Example
White with #28609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28609B; }
p { color: rgb(40,96,155); }
H1.HeaderClassName
{
color: #28609B;
}
.AnyTagClassName
{
color: #28609B;
}
</style>
background-color css
<style>
a { background-color: #28609B; }
a { background-color: rgb(40,96,155); }
div.DivClassName
{
background-color: #28609B;
}
.BgClassName
{
background-color: #28609B;
}
</style>
border-color css
<style>
span { border-color: #28609B; }
span { border-color: rgb(40,96,155); }
td.TdClassName
{
border-color: #28609B;
}
.TagClassName
{
border-color: #28609B;
}
</style>