Html Css Color HEX #373C41 Baltic Sea

📋 copy color: '#373C41'

red 55 ◦ green 60 ◦ blue 65

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

Shades of Baltic Sea #373C41

Tints of Baltic Sea #373C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 30.56%
G = 33.33%
B = 36.11%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373C41 (or 0x373C41) is known color: Baltic Sea. HEX triplet: 37, 3C and 41. RGB value is (55,60,65). Sum of RGB (Red+Green+Blue) = 55+60+65=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #373C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C41 is #C8C3BE. Grayscale: #3B3B3B. Windows color (decimal): -13157311 or 4275255. OLE color: 4275255.

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

Color convert

RGB 55 60 65 -
CMYK 0.15 0.08 0 0.75
HSL 210º 0.08% 0.24% -
HSV(B) 210º 0.15% 0.25% -
XYZ 4.15 4.43 5.64 -
YUV 59.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 55 60 65 0.15 0.08 0 0.75 210 0.08 0.24
Hex 37 3C 41 F 8 0 4B D2 8 18
Octal 67 74 101 17 10 0 113 322 10 30
Binary 110111 111100 1000001 1111 1000 0 1001011 11010010 1000 11000

Color Harmonies of #373C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C41

Black with #373C41

Text Example


Text Example

White with #373C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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