Shades of Endeavour #284F9E
Tints of Endeavour #284F9E
RGB
CMYK
RGB Variations
Color information
#284F9E (or 0x284F9E) is known color: Endeavour. HEX triplet: 28, 4F and 9E. RGB value is (40,79,158). Sum of RGB (Red+Green+Blue) = 40+79+158=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #284F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F9E is #D7B061. Grayscale: #4B4B4B. Windows color (decimal): -14135394 or 10374952. OLE color: 10374952.
HSL color Cylindrical-coordinate representation of color #284F9E: hue angle of 220.17º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284F9E is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 79 | 158 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.38 |
| HSL | 220.17º | 0.6% | 0.39% | - |
| HSV(B) | 220.17º | 0.75% | 0.62% | - |
| XYZ | 9.84 | 8.51 | 33.47 | - |
| YUV | 76.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 158 | 0.75 | 0.50 | 0 | 0.38 | 220.17 | 0.6 | 0.39 |
| Hex | 28 | 4F | 9E | 4B | 32 | 0 | 26 | DC | 3C | 27 |
| Octal | 50 | 117 | 236 | 113 | 62 | 0 | 46 | 334 | 74 | 47 |
| Binary | 101000 | 1001111 | 10011110 | 1001011 | 110010 | 0 | 100110 | 11011100 | 111100 | 100111 |
Color Harmonies of #284F9E
Complementary color
Monochromatic Colors of #284F9E
Black with #284F9E
Text Example
Text Example
White with #284F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F9E; }
p { color: rgb(40,79,158); }
H1.HeaderClassName
{
color: #284F9E;
}
.AnyTagClassName
{
color: #284F9E;
}
</style>
background-color css
<style>
a { background-color: #284F9E; }
a { background-color: rgb(40,79,158); }
div.DivClassName
{
background-color: #284F9E;
}
.BgClassName
{
background-color: #284F9E;
}
</style>
border-color css
<style>
span { border-color: #284F9E; }
span { border-color: rgb(40,79,158); }
td.TdClassName
{
border-color: #284F9E;
}
.TagClassName
{
border-color: #284F9E;
}
</style>