Shades of Endeavour #28608B
Tints of Endeavour #28608B
RGB
CMYK
RGB Variations
Color information
#28608B (or 0x28608B) is known color: Endeavour. HEX triplet: 28, 60 and 8B. RGB value is (40,96,139). Sum of RGB (Red+Green+Blue) = 40+96+139=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #28608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28608B is #D79F74. Grayscale: #535353. Windows color (decimal): -14131061 or 9134120. OLE color: 9134120.
HSL color Cylindrical-coordinate representation of color #28608B: hue angle of 206.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28608B is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 96 | 139 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.45 |
| HSL | 206.06º | 0.55% | 0.35% | - |
| HSV(B) | 206.06º | 0.71% | 0.55% | - |
| XYZ | 9.72 | 10.68 | 25.98 | - |
| YUV | 84.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 139 | 0.71 | 0.31 | 0 | 0.45 | 206.06 | 0.55 | 0.35 |
| Hex | 28 | 60 | 8B | 47 | 1F | 0 | 2D | CE | 37 | 23 |
| Octal | 50 | 140 | 213 | 107 | 37 | 0 | 55 | 316 | 67 | 43 |
| Binary | 101000 | 1100000 | 10001011 | 1000111 | 11111 | 0 | 101101 | 11001110 | 110111 | 100011 |
Color Harmonies of #28608B
Complementary color
Monochromatic Colors of #28608B
Black with #28608B
Text Example
Text Example
White with #28608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28608B; }
p { color: rgb(40,96,139); }
H1.HeaderClassName
{
color: #28608B;
}
.AnyTagClassName
{
color: #28608B;
}
</style>
background-color css
<style>
a { background-color: #28608B; }
a { background-color: rgb(40,96,139); }
div.DivClassName
{
background-color: #28608B;
}
.BgClassName
{
background-color: #28608B;
}
</style>
border-color css
<style>
span { border-color: #28608B; }
span { border-color: rgb(40,96,139); }
td.TdClassName
{
border-color: #28608B;
}
.TagClassName
{
border-color: #28608B;
}
</style>