#284E98

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

Shades of Endeavour #284E98

Tints of Endeavour #284E98

Color information

#284E98 (or 0x284E98) is unknown color: approx Endeavour. HEX triplet: 28, 4E and 98. RGB value is (40,78,152). Sum of RGB (Red+Green+Blue) = 40+78+152=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #284E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E98 is #D7B167. Grayscale: #4A4A4A. Windows color (decimal): -14135656 or 9981480. OLE color: 9981480.

HSL color Cylindrical-coordinate representation of color #284E98: hue angle of 219.64º degrees, saturation: 0.58, 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 #284E98 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4078152-
CMYK0.740.4900.40
HSL219.64º58.33%37.65%-
HSV(B)219.64º73.68%59.61%-
XYZ9.278.1730.79-
YUV75.07171.41102.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=14.81%
G=28.89%
B=56.30%

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
Decimal40781520.740.4900.40219.6458.3337.65
Hex284E984A31028dc3a26
Octal50116230112610503347246
Binary1010001001110100110001001010110001010100011011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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