Html Css Color HEX #373B40 Baltic Sea

📋 copy color: '#373B40'

red 55 ◦ green 59 ◦ blue 64

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

Shades of Baltic Sea #373B40

Tints of Baltic Sea #373B40

RGB

 RED value IS 55 (21.88% from 255) = 30.9%

 GREEN value IS 59 (23.44% from 255) = 33.15%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 30.9%
G = 33.15%
B = 35.96%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373B40 (or 0x373B40) is known color: Baltic Sea. HEX triplet: 37, 3B and 40. RGB value is (55,59,64). Sum of RGB (Red+Green+Blue) = 55+59+64=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #373B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B40 is #C8C4BF. Grayscale: #3A3A3A. Windows color (decimal): -13157568 or 4209463. OLE color: 4209463.

HSL color Cylindrical-coordinate representation of color #373B40: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373B40 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 59 64 -
CMYK 0.14 0.08 0 0.75
HSL 213.33º 0.08% 0.23% -
HSV(B) 213.33º 0.14% 0.25% -
XYZ 4.06 4.31 5.47 -
YUV 58.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 55 59 64 0.14 0.08 0 0.75 213.33 0.08 0.23
Hex 37 3B 40 E 8 0 4B D5 8 17
Octal 67 73 100 16 10 0 113 325 10 27
Binary 110111 111011 1000000 1110 1000 0 1001011 11010101 1000 10111

Color Harmonies of #373B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B40

Black with #373B40

Text Example


Text Example

White with #373B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,64); }

 H1.HeaderClassName
 {
   color: #373B40;
 }
 .AnyTagClassName
 {
   color: #373B40;
 }
</style>

background-color css

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

 a { background-color: rgb(55,59,64); }

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

border-color css

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

 span { border-color: rgb(55,59,64); }

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