#284E92

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

Shades of Endeavour #284E92

Tints of Endeavour #284E92

Color information

#284E92 (or 0x284E92) is unknown color: approx Endeavour. HEX triplet: 28, 4E and 92. RGB value is (40,78,146). Sum of RGB (Red+Green+Blue) = 40+78+146=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #284E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E92 is #D7B16D. Grayscale: #4A4A4A. Windows color (decimal): -14135662 or 9588264. OLE color: 9588264.

HSL color Cylindrical-coordinate representation of color #284E92: hue angle of 218.49º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284E92 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4078146-
CMYK0.730.4700.43
HSL218.49º56.99%36.47%-
HSV(B)218.49º72.6%57.25%-
XYZ8.797.9828.27-
YUV74.39168.41103.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=15.15%
G=29.55%
B=55.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40781460.730.4700.43218.4956.9936.47
Hex284E92492F02Bda3924
Octal50116222111570533327144
Binary1010001001110100100101001001101111010101111011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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