#284E9E

Color #284E9E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #284E9E

Tints of Endeavour #284E9E

Color information

#284E9E (or 0x284E9E) is unknown color: approx Endeavour. HEX triplet: 28, 4E and 9E. RGB value is (40,78,158). Sum of RGB (Red+Green+Blue) = 40+78+158=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #284E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E9E is #D7B161. Grayscale: #4B4B4B. Windows color (decimal): -14135650 or 10374696. OLE color: 10374696.

HSL color Cylindrical-coordinate representation of color #284E9E: hue angle of 220.68º 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 #284E9E is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4078158-
CMYK0.750.5100.38
HSL220.68º59.6%38.82%-
HSV(B)220.68º74.68%61.96%-
XYZ9.778.3733.45-
YUV75.76174.41102.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=14.49%
G=28.26%
B=57.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40781580.750.5100.38220.6859.638.82
Hex284E9E4B33026dd3c27
Octal50116236113630463357447
Binary1010001001110100111101001011110011010011011011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284E9E; }

 p { color: rgb(40,78,158); }

 H1.HeaderClassName
 {
   color: #284E9E;
 }
 .AnyTagClassName
 {
   color: #284E9E;
 }
</style>
background-color css

<style>
 a { background-color: #284E9E; }

 a { background-color: rgb(40,78,158); }

 div.DivClassName
 {
   background-color: #284E9E;
 }
 .BgClassName
 {
   background-color: #284E9E;
 }
</style>
border-color css

<style>
 span { border-color: #284E9E; }

 span { border-color: rgb(40,78,158); }

 td.TdClassName
 {
   border-color: #284E9E;
 }
 .TagClassName
 {
   border-color: #284E9E;
 }
</style>