#376293

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

Shades of Endeavour #376293

Tints of Endeavour #376293

Color information

#376293 (or 0x376293) is unknown color: approx Endeavour. HEX triplet: 37, 62 and 93. RGB value is (55,98,147). Sum of RGB (Red+Green+Blue) = 55+98+147=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #376293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376293 is #C89D6C. Grayscale: #5A5A5A. Windows color (decimal): -13147501 or 9658935. OLE color: 9658935.

HSL color Cylindrical-coordinate representation of color #376293: hue angle of 211.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376293 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5598147-
CMYK0.630.3300.42
HSL211.96º45.54%39.61%-
HSV(B)211.96º62.59%57.65%-
XYZ11.2111.6529.26-
YUV90.73159.75102.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 147 (57.81% from 255) = 49%
R=18.33%
G=32.67%
B=49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55981470.630.3300.42211.9645.5439.61
Hex3762933F2102Ad42e28
Octal6714222377410523245650
Binary110111110001010010011111111100001010101011010100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376293; }

 p { color: rgb(55,98,147); }

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

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

 a { background-color: rgb(55,98,147); }

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

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

 span { border-color: rgb(55,98,147); }

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