#376390

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

Shades of Endeavour #376390

Tints of Endeavour #376390

Color information

#376390 (or 0x376390) is unknown color: approx Endeavour. HEX triplet: 37, 63 and 90. RGB value is (55,99,144). Sum of RGB (Red+Green+Blue) = 55+99+144=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #376390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376390 is #C89C6F. Grayscale: #5A5A5A. Windows color (decimal): -13147248 or 9462583. OLE color: 9462583.

HSL color Cylindrical-coordinate representation of color #376390: hue angle of 210.34º 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 #376390 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5599144-
CMYK0.620.3100.44
HSL210.34º44.72%39.02%-
HSV(B)210.34º61.81%56.47%-
XYZ11.0711.7528.07-
YUV90.97157.92102.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=18.46%
G=33.22%
B=48.32%

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
Decimal55991440.620.3100.44210.3444.7239.02
Hex3763903E1F02Cd22d27
Octal6714322076370543225547
Binary11011111000111001000011111011111010110011010010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376390; }

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

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

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

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

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

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

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

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