Shades of Endeavour #28678F
Tints of Endeavour #28678F
RGB
CMYK
RGB Variations
Color information
#28678F (or 0x28678F) is known color: Endeavour. HEX triplet: 28, 67 and 8F. RGB value is (40,103,143). Sum of RGB (Red+Green+Blue) = 40+103+143=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #28678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28678F is #D79870. Grayscale: #585858. Windows color (decimal): -14129265 or 9398056. OLE color: 9398056.
HSL color Cylindrical-coordinate representation of color #28678F: hue angle of 203.3º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28678F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 103 | 143 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.44 |
| HSL | 203.3º | 0.56% | 0.36% | - |
| HSV(B) | 203.3º | 0.72% | 0.56% | - |
| XYZ | 10.68 | 12.13 | 27.77 | - |
| YUV | 88.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 143 | 0.72 | 0.28 | 0 | 0.44 | 203.3 | 0.56 | 0.36 |
| Hex | 28 | 67 | 8F | 48 | 1C | 0 | 2C | CB | 38 | 24 |
| Octal | 50 | 147 | 217 | 110 | 34 | 0 | 54 | 313 | 70 | 44 |
| Binary | 101000 | 1100111 | 10001111 | 1001000 | 11100 | 0 | 101100 | 11001011 | 111000 | 100100 |
Color Harmonies of #28678F
Complementary color
Monochromatic Colors of #28678F
Black with #28678F
Text Example
Text Example
White with #28678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28678F; }
p { color: rgb(40,103,143); }
H1.HeaderClassName
{
color: #28678F;
}
.AnyTagClassName
{
color: #28678F;
}
</style>
background-color css
<style>
a { background-color: #28678F; }
a { background-color: rgb(40,103,143); }
div.DivClassName
{
background-color: #28678F;
}
.BgClassName
{
background-color: #28678F;
}
</style>
border-color css
<style>
span { border-color: #28678F; }
span { border-color: rgb(40,103,143); }
td.TdClassName
{
border-color: #28678F;
}
.TagClassName
{
border-color: #28678F;
}
</style>