Shades of Endeavour #284E9B
Tints of Endeavour #284E9B
RGB
CMYK
RGB Variations
Color information
#284E9B (or 0x284E9B) is known color: Endeavour. HEX triplet: 28, 4E and 9B. RGB value is (40,78,155). Sum of RGB (Red+Green+Blue) = 40+78+155=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #284E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E9B is #D7B164. Grayscale: #4B4B4B. Windows color (decimal): -14135653 or 10178088. OLE color: 10178088.
HSL color Cylindrical-coordinate representation of color #284E9B: hue angle of 220.17º 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 #284E9B is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 78 | 155 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.39 |
| HSL | 220.17º | 0.59% | 0.38% | - |
| HSV(B) | 220.17º | 0.74% | 0.61% | - |
| XYZ | 9.52 | 8.27 | 32.1 | - |
| YUV | 75.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 155 | 0.74 | 0.50 | 0 | 0.39 | 220.17 | 0.59 | 0.38 |
| Hex | 28 | 4E | 9B | 4A | 32 | 0 | 27 | DC | 3B | 26 |
| Octal | 50 | 116 | 233 | 112 | 62 | 0 | 47 | 334 | 73 | 46 |
| Binary | 101000 | 1001110 | 10011011 | 1001010 | 110010 | 0 | 100111 | 11011100 | 111011 | 100110 |
Color Harmonies of #284E9B
Complementary color
Monochromatic Colors of #284E9B
Black with #284E9B
Text Example
Text Example
White with #284E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E9B; }
p { color: rgb(40,78,155); }
H1.HeaderClassName
{
color: #284E9B;
}
.AnyTagClassName
{
color: #284E9B;
}
</style>
background-color css
<style>
a { background-color: #284E9B; }
a { background-color: rgb(40,78,155); }
div.DivClassName
{
background-color: #284E9B;
}
.BgClassName
{
background-color: #284E9B;
}
</style>
border-color css
<style>
span { border-color: #284E9B; }
span { border-color: rgb(40,78,155); }
td.TdClassName
{
border-color: #284E9B;
}
.TagClassName
{
border-color: #284E9B;
}
</style>