Html Css Color HEX #373C42 Baltic Sea

📋 copy color: '#373C42'

red 55 ◦ green 60 ◦ blue 66

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

Shades of Baltic Sea #373C42

Tints of Baltic Sea #373C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 30.39%
G = 33.15%
B = 36.46%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#373C42 (or 0x373C42) is known color: Baltic Sea. HEX triplet: 37, 3C and 42. RGB value is (55,60,66). Sum of RGB (Red+Green+Blue) = 55+60+66=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #373C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C42 is #C8C3BD. Grayscale: #3B3B3B. Windows color (decimal): -13157310 or 4340791. OLE color: 4340791.

HSL color Cylindrical-coordinate representation of color #373C42: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #373C42 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 60 66 -
CMYK 0.17 0.09 0 0.74
HSL 212.73º 0.09% 0.24% -
HSV(B) 212.73º 0.17% 0.26% -
XYZ 4.17 4.44 5.79 -
YUV 59.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 55 60 66 0.17 0.09 0 0.74 212.73 0.09 0.24
Hex 37 3C 42 11 9 0 4A D5 9 18
Octal 67 74 102 21 11 0 112 325 11 30
Binary 110111 111100 1000010 10001 1001 0 1001010 11010101 1001 11000

Color Harmonies of #373C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C42

Black with #373C42

Text Example


Text Example

White with #373C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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