#3A4C49

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

Shades of Blue Dianne #3A4C49

Tints of Blue Dianne #3A4C49

Color information

#3A4C49 (or 0x3A4C49) is unknown color: approx Blue Dianne. HEX triplet: 3A, 4C and 49. RGB value is (58,76,73). Sum of RGB (Red+Green+Blue) = 58+76+73=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C49 is #C5B3B6. Grayscale: #464646. Windows color (decimal): -12956599 or 4803642. OLE color: 4803642.

HSL color Cylindrical-coordinate representation of color #3A4C49: hue angle of 170º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C49 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB587673-
CMYK0.2400.040.70
HSL170º13.43%26.27%-
HSV(B)170º23.68%29.8%-
XYZ5.536.557.28-
YUV70.28129.54119.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=28.02%
G=36.71%
B=35.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5876730.2400.040.7017013.4326.27
Hex3A4C49180446aad1a
Octal7211411130041062521532
Binary11101010011001001001110000100100011010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,73); }

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

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

 a { background-color: rgb(58,76,73); }

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

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

 span { border-color: rgb(58,76,73); }

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