#373A3E

Color #373A3E Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #373A3E

Tints of Baltic Sea #373A3E

Color information

#373A3E (or 0x373A3E) is unknown color: approx Baltic Sea. HEX triplet: 37, 3A and 3E. RGB value is (55,58,62). Sum of RGB (Red+Green+Blue) = 55+58+62=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 62 - color contains mainly: blue. Hex color #373A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A3E is #C8C5C1. Grayscale: #393939. Windows color (decimal): -13157826 or 4078135. OLE color: 4078135.

HSL color Cylindrical-coordinate representation of color #373A3E: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373A3E is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB555862-
CMYK0.110.0600.76
HSL214.29º5.98%22.94%-
HSV(B)214.29º11.29%24.31%-
XYZ3.964.195.16-
YUV57.56130.51126.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=31.43%
G=33.14%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5558620.110.0600.76214.295.9822.94
Hex373A3EB604Cd6617
Octal6772761360114326627
Binary1101111110101111101011110010011001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A3E; }

 p { color: rgb(55,58,62); }

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

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

 a { background-color: rgb(55,58,62); }

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

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

 span { border-color: rgb(55,58,62); }

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