#376093

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

Shades of Endeavour #376093

Tints of Endeavour #376093

Color information

#376093 (or 0x376093) is unknown color: approx Endeavour. HEX triplet: 37, 60 and 93. RGB value is (55,96,147). Sum of RGB (Red+Green+Blue) = 55+96+147=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #376093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376093 is #C89F6C. Grayscale: #595959. Windows color (decimal): -13148013 or 9658423. OLE color: 9658423.

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

Color convert

RGB5596147-
CMYK0.630.3500.42
HSL213.26º45.54%39.61%-
HSV(B)213.26º62.59%57.65%-
XYZ11.0211.2829.2-
YUV89.56160.42103.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=18.46%
G=32.21%
B=49.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55961470.630.3500.42213.2645.5439.61
Hex3760933F2302Ad52e28
Octal6714022377430523255650
Binary110111110000010010011111111100011010101011010101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376093; }

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

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

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

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

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

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

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

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