Shades of Endeavour #28539C
Tints of Endeavour #28539C
RGB
CMYK
RGB Variations
Color information
#28539C (or 0x28539C) is known color: Endeavour. HEX triplet: 28, 53 and 9C. RGB value is (40,83,156). Sum of RGB (Red+Green+Blue) = 40+83+156=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #28539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28539C is #D7AC63. Grayscale: #4E4E4E. Windows color (decimal): -14134372 or 10244904. OLE color: 10244904.
HSL color Cylindrical-coordinate representation of color #28539C: hue angle of 217.76º 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 #28539C is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 83 | 156 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.39 |
| HSL | 217.76º | 0.59% | 0.38% | - |
| HSV(B) | 217.76º | 0.74% | 0.61% | - |
| XYZ | 9.97 | 9.04 | 32.67 | - |
| YUV | 78.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 156 | 0.74 | 0.47 | 0 | 0.39 | 217.76 | 0.59 | 0.38 |
| Hex | 28 | 53 | 9C | 4A | 2F | 0 | 27 | DA | 3B | 26 |
| Octal | 50 | 123 | 234 | 112 | 57 | 0 | 47 | 332 | 73 | 46 |
| Binary | 101000 | 1010011 | 10011100 | 1001010 | 101111 | 0 | 100111 | 11011010 | 111011 | 100110 |
Color Harmonies of #28539C
Complementary color
Monochromatic Colors of #28539C
Black with #28539C
Text Example
Text Example
White with #28539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28539C; }
p { color: rgb(40,83,156); }
H1.HeaderClassName
{
color: #28539C;
}
.AnyTagClassName
{
color: #28539C;
}
</style>
background-color css
<style>
a { background-color: #28539C; }
a { background-color: rgb(40,83,156); }
div.DivClassName
{
background-color: #28539C;
}
.BgClassName
{
background-color: #28539C;
}
</style>
border-color css
<style>
span { border-color: #28539C; }
span { border-color: rgb(40,83,156); }
td.TdClassName
{
border-color: #28539C;
}
.TagClassName
{
border-color: #28539C;
}
</style>