#3A4348

Color #3A4348 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #3A4348

Tints of Mirage #3A4348

Color information

#3A4348 (or 0x3A4348) is unknown color: approx Mirage. HEX triplet: 3A, 43 and 48. RGB value is (58,67,72). Sum of RGB (Red+Green+Blue) = 58+67+72=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4348 is #C5BCB7. Grayscale: #404040. Windows color (decimal): -12958904 or 4735802. OLE color: 4735802.

HSL color Cylindrical-coordinate representation of color #3A4348: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4348 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586772-
CMYK0.190.0700.72
HSL201.43º10.77%25.49%-
HSV(B)201.43º19.44%28.24%-
XYZ4.925.386.91-
YUV64.88132.02123.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=29.44%
G=34.01%
B=36.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5867720.190.0700.72201.4310.7725.49
Hex3A4348137048c9b19
Octal7210311023701103111331
Binary11101010000111001000100111110100100011001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4348; }

 p { color: rgb(58,67,72); }

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

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

 a { background-color: rgb(58,67,72); }

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

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

 span { border-color: rgb(58,67,72); }

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