#376393

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

Shades of Endeavour #376393

Tints of Endeavour #376393

Color information

#376393 (or 0x376393) is unknown color: approx Endeavour. HEX triplet: 37, 63 and 93. RGB value is (55,99,147). Sum of RGB (Red+Green+Blue) = 55+99+147=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #376393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376393 is #C89C6C. Grayscale: #5B5B5B. Windows color (decimal): -13147245 or 9659191. OLE color: 9659191.

HSL color Cylindrical-coordinate representation of color #376393: hue angle of 211.3º 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 #376393 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5599147-
CMYK0.630.3300.42
HSL211.3º45.54%39.61%-
HSV(B)211.3º62.59%57.65%-
XYZ11.311.8429.29-
YUV91.32159.42102.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=18.27%
G=32.89%
B=48.84%

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
Decimal55991470.630.3300.42211.345.5439.61
Hex3763933F2102Ad32e28
Octal6714322377410523235650
Binary110111110001110010011111111100001010101011010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376393; }

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

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

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

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

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

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

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

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