#374142

Color #374142 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #374142

Tints of Outer Space #374142

Color information

#374142 (or 0x374142) is unknown color: approx Outer Space. HEX triplet: 37, 41 and 42. RGB value is (55,65,66). Sum of RGB (Red+Green+Blue) = 55+65+66=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 66 - color contains mainly: blue. Hex color #374142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374142 is #C8BEBD. Grayscale: #3E3E3E. Windows color (decimal): -13156030 or 4342071. OLE color: 4342071.

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

Color convert

RGB556566-
CMYK0.170.0200.74
HSL185.45º9.09%23.73%-
HSV(B)185.45º16.67%25.88%-
XYZ4.454.995.88-
YUV62.12130.19122.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=29.57%
G=34.95%
B=35.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5565660.170.0200.74185.459.0923.73
Hex37414211204Ab9918
Octal6710110221201122711130
Binary1101111000001100001010001100100101010111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374142; }

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

 H1.HeaderClassName
 {
   color: #374142;
 }
 .AnyTagClassName
 {
   color: #374142;
 }
</style>
background-color css

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

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

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

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

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

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