Shades of Endeavour #28618C
Tints of Endeavour #28618C
RGB
CMYK
RGB Variations
Color information
#28618C (or 0x28618C) is known color: Endeavour. HEX triplet: 28, 61 and 8C. RGB value is (40,97,140). Sum of RGB (Red+Green+Blue) = 40+97+140=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #28618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28618C is #D79E73. Grayscale: #545454. Windows color (decimal): -14130804 or 9199912. OLE color: 9199912.
HSL color Cylindrical-coordinate representation of color #28618C: hue angle of 205.8º degrees, saturation: 0.56, 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 #28618C is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 97 | 140 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.45 |
| HSL | 205.8º | 0.56% | 0.35% | - |
| HSV(B) | 205.8º | 0.71% | 0.55% | - |
| XYZ | 9.88 | 10.89 | 26.39 | - |
| YUV | 84.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 140 | 0.71 | 0.31 | 0 | 0.45 | 205.8 | 0.56 | 0.35 |
| Hex | 28 | 61 | 8C | 47 | 1F | 0 | 2D | CE | 38 | 23 |
| Octal | 50 | 141 | 214 | 107 | 37 | 0 | 55 | 316 | 70 | 43 |
| Binary | 101000 | 1100001 | 10001100 | 1000111 | 11111 | 0 | 101101 | 11001110 | 111000 | 100011 |
Color Harmonies of #28618C
Complementary color
Monochromatic Colors of #28618C
Black with #28618C
Text Example
Text Example
White with #28618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28618C; }
p { color: rgb(40,97,140); }
H1.HeaderClassName
{
color: #28618C;
}
.AnyTagClassName
{
color: #28618C;
}
</style>
background-color css
<style>
a { background-color: #28618C; }
a { background-color: rgb(40,97,140); }
div.DivClassName
{
background-color: #28618C;
}
.BgClassName
{
background-color: #28618C;
}
</style>
border-color css
<style>
span { border-color: #28618C; }
span { border-color: rgb(40,97,140); }
td.TdClassName
{
border-color: #28618C;
}
.TagClassName
{
border-color: #28618C;
}
</style>