#396490

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

Shades of Endeavour #396490

Tints of Endeavour #396490

Color information

#396490 (or 0x396490) is unknown color: approx Endeavour. HEX triplet: 39, 64 and 90. RGB value is (57,100,144). Sum of RGB (Red+Green+Blue) = 57+100+144=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #396490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396490 is #C69B6F. Grayscale: #5B5B5B. Windows color (decimal): -13015920 or 9462841. OLE color: 9462841.

HSL color Cylindrical-coordinate representation of color #396490: hue angle of 210.34º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396490 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57100144-
CMYK0.600.3100.44
HSL210.34º43.28%39.41%-
HSV(B)210.34º60.42%56.47%-
XYZ11.281228.11-
YUV92.16157.25102.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=18.94%
G=33.22%
B=47.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571001440.600.3100.44210.3443.2839.41
Hex3964903C1F02Cd22b27
Octal7114422074370543225347
Binary11100111001001001000011110011111010110011010010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396490; }

 p { color: rgb(57,100,144); }

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

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

 a { background-color: rgb(57,100,144); }

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

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

 span { border-color: rgb(57,100,144); }

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