#284F96

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

Shades of Endeavour #284F96

Tints of Endeavour #284F96

Color information

#284F96 (or 0x284F96) is unknown color: approx Endeavour. HEX triplet: 28, 4F and 96. RGB value is (40,79,150). Sum of RGB (Red+Green+Blue) = 40+79+150=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #284F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F96 is #D7B069. Grayscale: #4B4B4B. Windows color (decimal): -14135402 or 9850664. OLE color: 9850664.

HSL color Cylindrical-coordinate representation of color #284F96: hue angle of 218.73º 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 #284F96 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4079150-
CMYK0.730.4700.41
HSL218.73º57.89%37.25%-
HSV(B)218.73º73.33%58.82%-
XYZ9.188.2529.96-
YUV75.43170.08102.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=14.87%
G=29.37%
B=55.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40791500.730.4700.41218.7357.8937.25
Hex284F96492F029db3a25
Octal50117226111570513337245
Binary1010001001111100101101001001101111010100111011011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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