#284E9B

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

Shades of Endeavour #284E9B

Tints of Endeavour #284E9B

Color information

#284E9B (or 0x284E9B) is unknown color: approx 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

RGB4078155-
CMYK0.740.5000.39
HSL220.17º58.97%38.24%-
HSV(B)220.17º74.19%60.78%-
XYZ9.528.2732.1-
YUV75.42172.91102.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=14.65%
G=28.57%
B=56.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40781550.740.5000.39220.1758.9738.24
Hex284E9B4A32027dc3b26
Octal50116233112620473347346
Binary1010001001110100110111001010110010010011111011100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>