Html Css Color HEX #373D45 Baltic Sea

📋 copy color: '#373D45'

red 55 ◦ green 61 ◦ blue 69

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

Shades of Baltic Sea #373D45

Tints of Baltic Sea #373D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 29.73%
G = 32.97%
B = 37.3%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#373D45 (or 0x373D45) is known color: Baltic Sea. HEX triplet: 37, 3D and 45. RGB value is (55,61,69). Sum of RGB (Red+Green+Blue) = 55+61+69=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #373D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D45 is #C8C2BA. Grayscale: #3C3C3C. Windows color (decimal): -13157051 or 4537655. OLE color: 4537655.

HSL color Cylindrical-coordinate representation of color #373D45: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #373D45 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 61 69 -
CMYK 0.20 0.12 0 0.73
HSL 214.29º 0.11% 0.24% -
HSV(B) 214.29º 0.2% 0.27% -
XYZ 4.32 4.58 6.29 -
YUV 60.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 55 61 69 0.20 0.12 0 0.73 214.29 0.11 0.24
Hex 37 3D 45 14 C 0 49 D6 B 18
Octal 67 75 105 24 14 0 111 326 13 30
Binary 110111 111101 1000101 10100 1100 0 1001001 11010110 1011 11000

Color Harmonies of #373D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D45

Black with #373D45

Text Example


Text Example

White with #373D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,69); }

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

background-color css

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

 a { background-color: rgb(55,61,69); }

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

border-color css

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

 span { border-color: rgb(55,61,69); }

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