#284D96

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

Shades of Endeavour #284D96

Tints of Endeavour #284D96

Color information

#284D96 (or 0x284D96) is unknown color: approx Endeavour. HEX triplet: 28, 4D and 96. RGB value is (40,77,150). Sum of RGB (Red+Green+Blue) = 40+77+150=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #284D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D96 is #D7B269. Grayscale: #494949. Windows color (decimal): -14135914 or 9850152. OLE color: 9850152.

HSL color Cylindrical-coordinate representation of color #284D96: hue angle of 219.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284D96 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4077150-
CMYK0.730.4900.41
HSL219.82º57.89%37.25%-
HSV(B)219.82º73.33%58.82%-
XYZ9.037.9629.91-
YUV74.26170.74103.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=14.98%
G=28.84%
B=56.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40771500.730.4900.41219.8257.8937.25
Hex284D964931029dc3a25
Octal50115226111610513347245
Binary1010001001101100101101001001110001010100111011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,77,150); }

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

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

 a { background-color: rgb(40,77,150); }

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

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

 span { border-color: rgb(40,77,150); }

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