Shades of Endeavour #28678D
Tints of Endeavour #28678D
RGB
CMYK
RGB Variations
Color information
#28678D (or 0x28678D) is known color: Endeavour. HEX triplet: 28, 67 and 8D. RGB value is (40,103,141). Sum of RGB (Red+Green+Blue) = 40+103+141=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #28678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28678D is #D79872. Grayscale: #585858. Windows color (decimal): -14129267 or 9266984. OLE color: 9266984.
HSL color Cylindrical-coordinate representation of color #28678D: hue angle of 202.57º 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 #28678D is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 103 | 141 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.45 |
| HSL | 202.57º | 0.56% | 0.35% | - |
| HSV(B) | 202.57º | 0.72% | 0.55% | - |
| XYZ | 10.53 | 12.07 | 26.97 | - |
| YUV | 88.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 141 | 0.72 | 0.27 | 0 | 0.45 | 202.57 | 0.56 | 0.35 |
| Hex | 28 | 67 | 8D | 48 | 1B | 0 | 2D | CB | 38 | 23 |
| Octal | 50 | 147 | 215 | 110 | 33 | 0 | 55 | 313 | 70 | 43 |
| Binary | 101000 | 1100111 | 10001101 | 1001000 | 11011 | 0 | 101101 | 11001011 | 111000 | 100011 |
Color Harmonies of #28678D
Complementary color
Monochromatic Colors of #28678D
Black with #28678D
Text Example
Text Example
White with #28678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28678D; }
p { color: rgb(40,103,141); }
H1.HeaderClassName
{
color: #28678D;
}
.AnyTagClassName
{
color: #28678D;
}
</style>
background-color css
<style>
a { background-color: #28678D; }
a { background-color: rgb(40,103,141); }
div.DivClassName
{
background-color: #28678D;
}
.BgClassName
{
background-color: #28678D;
}
</style>
border-color css
<style>
span { border-color: #28678D; }
span { border-color: rgb(40,103,141); }
td.TdClassName
{
border-color: #28678D;
}
.TagClassName
{
border-color: #28678D;
}
</style>