Html Css Color HEX #373C40 Baltic Sea

📋 copy color: '#373C40'

red 55 ◦ green 60 ◦ blue 64

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

Shades of Baltic Sea #373C40

Tints of Baltic Sea #373C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 30.73%
G = 33.52%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373C40 (or 0x373C40) is known color: Baltic Sea. HEX triplet: 37, 3C and 40. RGB value is (55,60,64). Sum of RGB (Red+Green+Blue) = 55+60+64=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #373C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C40 is #C8C3BF. Grayscale: #3A3A3A. Windows color (decimal): -13157312 or 4209719. OLE color: 4209719.

HSL color Cylindrical-coordinate representation of color #373C40: hue angle of 206.67º 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 #373C40 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 60 64 -
CMYK 0.14 0.06 0 0.75
HSL 206.67º 0.08% 0.23% -
HSV(B) 206.67º 0.14% 0.25% -
XYZ 4.12 4.41 5.49 -
YUV 58.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 55 60 64 0.14 0.06 0 0.75 206.67 0.08 0.23
Hex 37 3C 40 E 6 0 4B CF 8 17
Octal 67 74 100 16 6 0 113 317 10 27
Binary 110111 111100 1000000 1110 110 0 1001011 11001111 1000 10111

Color Harmonies of #373C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C40

Black with #373C40

Text Example


Text Example

White with #373C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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