#284F92

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

Shades of Endeavour #284F92

Tints of Endeavour #284F92

Color information

#284F92 (or 0x284F92) is unknown color: approx Endeavour. HEX triplet: 28, 4F and 92. RGB value is (40,79,146). Sum of RGB (Red+Green+Blue) = 40+79+146=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #284F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F92 is #D7B06D. Grayscale: #4A4A4A. Windows color (decimal): -14135406 or 9588520. OLE color: 9588520.

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

Color convert

RGB4079146-
CMYK0.730.4600.43
HSL217.92º56.99%36.47%-
HSV(B)217.92º72.6%57.25%-
XYZ8.868.1228.29-
YUV74.98168.08103.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=15.09%
G=29.81%
B=55.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40791460.730.4600.43217.9256.9936.47
Hex284F92492E02Bda3924
Octal50117222111560533327144
Binary1010001001111100100101001001101110010101111011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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