Html Css Color HEX #374145 Charade

📋 copy color: '#374145'

red 55 ◦ green 65 ◦ blue 69

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

Shades of Charade #374145

Tints of Charade #374145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

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

R = 29.1%
G = 34.39%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#374145 (or 0x374145) is known color: Charade. HEX triplet: 37, 41 and 45. RGB value is (55,65,69). Sum of RGB (Red+Green+Blue) = 55+65+69=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #374145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374145 is #C8BEBA. Grayscale: #3E3E3E. Windows color (decimal): -13156027 or 4538679. OLE color: 4538679.

HSL color Cylindrical-coordinate representation of color #374145: hue angle of 197.14º 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 #374145 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 65 69 -
CMYK 0.20 0.06 0 0.73
HSL 197.14º 0.11% 0.24% -
HSV(B) 197.14º 0.2% 0.27% -
XYZ 4.54 5.02 6.36 -
YUV 62.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 55 65 69 0.20 0.06 0 0.73 197.14 0.11 0.24
Hex 37 41 45 14 6 0 49 C5 B 18
Octal 67 101 105 24 6 0 111 305 13 30
Binary 110111 1000001 1000101 10100 110 0 1001001 11000101 1011 11000

Color Harmonies of #374145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374145

Black with #374145

Text Example


Text Example

White with #374145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374145; }

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

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

background-color css

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

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

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

border-color css

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

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

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