Shades of Endeavour #28638D
Tints of Endeavour #28638D
RGB
CMYK
RGB Variations
Color information
#28638D (or 0x28638D) is known color: Endeavour. HEX triplet: 28, 63 and 8D. RGB value is (40,99,141). Sum of RGB (Red+Green+Blue) = 40+99+141=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #28638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28638D is #D79C72. Grayscale: #555555. Windows color (decimal): -14130291 or 9265960. OLE color: 9265960.
HSL color Cylindrical-coordinate representation of color #28638D: hue angle of 204.95º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28638D is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 99 | 141 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.45 |
| HSL | 204.95º | 0.56% | 0.35% | - |
| HSV(B) | 204.95º | 0.72% | 0.55% | - |
| XYZ | 10.14 | 11.3 | 26.85 | - |
| YUV | 86.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 141 | 0.72 | 0.30 | 0 | 0.45 | 204.95 | 0.56 | 0.35 |
| Hex | 28 | 63 | 8D | 48 | 1E | 0 | 2D | CD | 38 | 23 |
| Octal | 50 | 143 | 215 | 110 | 36 | 0 | 55 | 315 | 70 | 43 |
| Binary | 101000 | 1100011 | 10001101 | 1001000 | 11110 | 0 | 101101 | 11001101 | 111000 | 100011 |
Color Harmonies of #28638D
Complementary color
Monochromatic Colors of #28638D
Black with #28638D
Text Example
Text Example
White with #28638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28638D; }
p { color: rgb(40,99,141); }
H1.HeaderClassName
{
color: #28638D;
}
.AnyTagClassName
{
color: #28638D;
}
</style>
background-color css
<style>
a { background-color: #28638D; }
a { background-color: rgb(40,99,141); }
div.DivClassName
{
background-color: #28638D;
}
.BgClassName
{
background-color: #28638D;
}
</style>
border-color css
<style>
span { border-color: #28638D; }
span { border-color: rgb(40,99,141); }
td.TdClassName
{
border-color: #28638D;
}
.TagClassName
{
border-color: #28638D;
}
</style>