Shades of Endeavour #28619A
Tints of Endeavour #28619A
RGB
CMYK
RGB Variations
Color information
#28619A (or 0x28619A) is known color: Endeavour. HEX triplet: 28, 61 and 9A. RGB value is (40,97,154). Sum of RGB (Red+Green+Blue) = 40+97+154=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #28619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28619A is #D79E65. Grayscale: #565656. Windows color (decimal): -14130790 or 10117416. OLE color: 10117416.
HSL color Cylindrical-coordinate representation of color #28619A: hue angle of 210º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28619A is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 97 | 154 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.40 |
| HSL | 210º | 0.59% | 0.38% | - |
| HSV(B) | 210º | 0.74% | 0.6% | - |
| XYZ | 10.98 | 11.33 | 32.18 | - |
| YUV | 86.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 154 | 0.74 | 0.37 | 0 | 0.40 | 210 | 0.59 | 0.38 |
| Hex | 28 | 61 | 9A | 4A | 25 | 0 | 28 | D2 | 3B | 26 |
| Octal | 50 | 141 | 232 | 112 | 45 | 0 | 50 | 322 | 73 | 46 |
| Binary | 101000 | 1100001 | 10011010 | 1001010 | 100101 | 0 | 101000 | 11010010 | 111011 | 100110 |
Color Harmonies of #28619A
Complementary color
Monochromatic Colors of #28619A
Black with #28619A
Text Example
Text Example
White with #28619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28619A; }
p { color: rgb(40,97,154); }
H1.HeaderClassName
{
color: #28619A;
}
.AnyTagClassName
{
color: #28619A;
}
</style>
background-color css
<style>
a { background-color: #28619A; }
a { background-color: rgb(40,97,154); }
div.DivClassName
{
background-color: #28619A;
}
.BgClassName
{
background-color: #28619A;
}
</style>
border-color css
<style>
span { border-color: #28619A; }
span { border-color: rgb(40,97,154); }
td.TdClassName
{
border-color: #28619A;
}
.TagClassName
{
border-color: #28619A;
}
</style>