#375E93

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

Shades of Endeavour #375E93

Tints of Endeavour #375E93

Color information

#375E93 (or 0x375E93) is unknown color: approx Endeavour. HEX triplet: 37, 5E and 93. RGB value is (55,94,147). Sum of RGB (Red+Green+Blue) = 55+94+147=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #375E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E93 is #C8A16C. Grayscale: #585858. Windows color (decimal): -13148525 or 9657911. OLE color: 9657911.

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

Color convert

RGB5594147-
CMYK0.630.3600.42
HSL214.57º45.54%39.61%-
HSV(B)214.57º62.59%57.65%-
XYZ10.8410.9229.14-
YUV88.38161.08104.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=18.58%
G=31.76%
B=49.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55941470.630.3600.42214.5745.5439.61
Hex375E933F2402Ad72e28
Octal6713622377440523275650
Binary110111101111010010011111111100100010101011010111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375E93; }

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

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

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

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

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

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

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

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