Html Css Color HEX #373A3E Baltic Sea

📋 copy color: '#373A3E'

red 55 ◦ green 58 ◦ blue 62

#373A3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #373A3E

Tints of Baltic Sea #373A3E

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 value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#373A3E (or 0x373A3E) is known color: 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

RGB 55 58 62 -
CMYK 0.11 0.06 0 0.76
HSL 214.29º 0.06% 0.23% -
HSV(B) 214.29º 0.11% 0.24% -
XYZ 3.96 4.19 5.16 -
YUV 57.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 55 58 62 0.11 0.06 0 0.76 214.29 0.06 0.23
Hex 37 3A 3E B 6 0 4C D6 6 17
Octal 67 72 76 13 6 0 114 326 6 27
Binary 110111 111010 111110 1011 110 0 1001100 11010110 110 10111

Color Harmonies of #373A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A3E

Black with #373A3E

Text Example


Text Example

White with #373A3E

Text Example


Text Example

HTML Codes & Css Web 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>