#375E8E

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

Shades of Endeavour #375E8E

Tints of Endeavour #375E8E

Color information

#375E8E (or 0x375E8E) is unknown color: approx Endeavour. HEX triplet: 37, 5E and 8E. RGB value is (55,94,142). Sum of RGB (Red+Green+Blue) = 55+94+142=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #375E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E8E is #C8A171. Grayscale: #575757. Windows color (decimal): -13148530 or 9330231. OLE color: 9330231.

HSL color Cylindrical-coordinate representation of color #375E8E: hue angle of 213.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375E8E is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5594142-
CMYK0.610.3400.44
HSL213.1º44.16%38.63%-
HSV(B)213.1º61.27%55.69%-
XYZ10.4610.7727.12-
YUV87.81158.58104.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=18.90%
G=32.30%
B=48.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55941420.610.3400.44213.144.1638.63
Hex375E8E3D2202Cd52c27
Octal6713621675420543255447
Binary110111101111010001110111101100010010110011010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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