#284F9A

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

Shades of Endeavour #284F9A

Tints of Endeavour #284F9A

Color information

#284F9A (or 0x284F9A) is unknown color: approx Endeavour. HEX triplet: 28, 4F and 9A. RGB value is (40,79,154). Sum of RGB (Red+Green+Blue) = 40+79+154=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #284F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F9A is #D7B065. Grayscale: #4B4B4B. Windows color (decimal): -14135398 or 10112808. OLE color: 10112808.

HSL color Cylindrical-coordinate representation of color #284F9A: hue angle of 219.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284F9A is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4079154-
CMYK0.740.4900.40
HSL219.47º58.76%38.04%-
HSV(B)219.47º74.03%60.39%-
XYZ9.58.3831.69-
YUV75.89172.08102.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=14.65%
G=28.94%
B=56.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40791540.740.4900.40219.4758.7638.04
Hex284F9A4A31028db3b26
Octal50117232112610503337346
Binary1010001001111100110101001010110001010100011011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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