Html Css Color HEX #373E42 Mirage

📋 copy color: '#373E42'

red 55 ◦ green 62 ◦ blue 66

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

Shades of Mirage #373E42

Tints of Mirage #373E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.88%

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

R = 30.05%
G = 33.88%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#373E42 (or 0x373E42) is known color: Mirage. HEX triplet: 37, 3E and 42. RGB value is (55,62,66). Sum of RGB (Red+Green+Blue) = 55+62+66=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #373E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E42 is #C8C1BD. Grayscale: #3C3C3C. Windows color (decimal): -13156798 or 4341303. OLE color: 4341303.

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

Color convert

RGB 55 62 66 -
CMYK 0.17 0.06 0 0.74
HSL 201.82º 0.09% 0.24% -
HSV(B) 201.82º 0.17% 0.26% -
XYZ 4.28 4.65 5.83 -
YUV 60.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 55 62 66 0.17 0.06 0 0.74 201.82 0.09 0.24
Hex 37 3E 42 11 6 0 4A CA 9 18
Octal 67 76 102 21 6 0 112 312 11 30
Binary 110111 111110 1000010 10001 110 0 1001010 11001010 1001 11000

Color Harmonies of #373E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E42

Black with #373E42

Text Example


Text Example

White with #373E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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