#376490

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

Shades of Endeavour #376490

Tints of Endeavour #376490

Color information

#376490 (or 0x376490) is unknown color: approx Endeavour. HEX triplet: 37, 64 and 90. RGB value is (55,100,144). Sum of RGB (Red+Green+Blue) = 55+100+144=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #376490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376490 is #C89B6F. Grayscale: #5B5B5B. Windows color (decimal): -13146992 or 9462839. OLE color: 9462839.

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

Color convert

RGB55100144-
CMYK0.620.3100.44
HSL209.66º44.72%39.02%-
HSV(B)209.66º61.81%56.47%-
XYZ11.1711.9428.1-
YUV91.56157.59101.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=18.39%
G=33.44%
B=48.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551001440.620.3100.44209.6644.7239.02
Hex3764903E1F02Cd22d27
Octal6714422076370543225547
Binary11011111001001001000011111011111010110011010010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376490; }

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

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

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

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

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

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

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

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