Shades of Endeavour #28569C
Tints of Endeavour #28569C
RGB
CMYK
RGB Variations
Color information
#28569C (or 0x28569C) is known color: Endeavour. HEX triplet: 28, 56 and 9C. RGB value is (40,86,156). Sum of RGB (Red+Green+Blue) = 40+86+156=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #28569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28569C is #D7A963. Grayscale: #4F4F4F. Windows color (decimal): -14133604 or 10245672. OLE color: 10245672.
HSL color Cylindrical-coordinate representation of color #28569C: hue angle of 216.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28569C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 86 | 156 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.39 |
| HSL | 216.21º | 0.59% | 0.38% | - |
| HSV(B) | 216.21º | 0.74% | 0.61% | - |
| XYZ | 10.2 | 9.51 | 32.75 | - |
| YUV | 80.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 156 | 0.74 | 0.45 | 0 | 0.39 | 216.21 | 0.59 | 0.38 |
| Hex | 28 | 56 | 9C | 4A | 2D | 0 | 27 | D8 | 3B | 26 |
| Octal | 50 | 126 | 234 | 112 | 55 | 0 | 47 | 330 | 73 | 46 |
| Binary | 101000 | 1010110 | 10011100 | 1001010 | 101101 | 0 | 100111 | 11011000 | 111011 | 100110 |
Color Harmonies of #28569C
Complementary color
Monochromatic Colors of #28569C
Black with #28569C
Text Example
Text Example
White with #28569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28569C; }
p { color: rgb(40,86,156); }
H1.HeaderClassName
{
color: #28569C;
}
.AnyTagClassName
{
color: #28569C;
}
</style>
background-color css
<style>
a { background-color: #28569C; }
a { background-color: rgb(40,86,156); }
div.DivClassName
{
background-color: #28569C;
}
.BgClassName
{
background-color: #28569C;
}
</style>
border-color css
<style>
span { border-color: #28569C; }
span { border-color: rgb(40,86,156); }
td.TdClassName
{
border-color: #28569C;
}
.TagClassName
{
border-color: #28569C;
}
</style>