Shades of Endeavour #28539B
Tints of Endeavour #28539B
RGB
CMYK
RGB Variations
Color information
#28539B (or 0x28539B) is known color: Endeavour. HEX triplet: 28, 53 and 9B. RGB value is (40,83,155). Sum of RGB (Red+Green+Blue) = 40+83+155=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #28539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28539B is #D7AC64. Grayscale: #4E4E4E. Windows color (decimal): -14134373 or 10179368. OLE color: 10179368.
HSL color Cylindrical-coordinate representation of color #28539B: hue angle of 217.57º 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 #28539B is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 83 | 155 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.39 |
| HSL | 217.57º | 0.59% | 0.38% | - |
| HSV(B) | 217.57º | 0.74% | 0.61% | - |
| XYZ | 9.88 | 9 | 32.23 | - |
| YUV | 78.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 155 | 0.74 | 0.46 | 0 | 0.39 | 217.57 | 0.59 | 0.38 |
| Hex | 28 | 53 | 9B | 4A | 2E | 0 | 27 | DA | 3B | 26 |
| Octal | 50 | 123 | 233 | 112 | 56 | 0 | 47 | 332 | 73 | 46 |
| Binary | 101000 | 1010011 | 10011011 | 1001010 | 101110 | 0 | 100111 | 11011010 | 111011 | 100110 |
Color Harmonies of #28539B
Complementary color
Monochromatic Colors of #28539B
Black with #28539B
Text Example
Text Example
White with #28539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28539B; }
p { color: rgb(40,83,155); }
H1.HeaderClassName
{
color: #28539B;
}
.AnyTagClassName
{
color: #28539B;
}
</style>
background-color css
<style>
a { background-color: #28539B; }
a { background-color: rgb(40,83,155); }
div.DivClassName
{
background-color: #28539B;
}
.BgClassName
{
background-color: #28539B;
}
</style>
border-color css
<style>
span { border-color: #28539B; }
span { border-color: rgb(40,83,155); }
td.TdClassName
{
border-color: #28539B;
}
.TagClassName
{
border-color: #28539B;
}
</style>