#3A5350

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

Shades of Blue Dianne #3A5350

Tints of Blue Dianne #3A5350

Color information

#3A5350 (or 0x3A5350) is unknown color: approx Blue Dianne. HEX triplet: 3A, 53 and 50. RGB value is (58,83,80). Sum of RGB (Red+Green+Blue) = 58+83+80=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5350 is #C5ACAF. Grayscale: #4B4B4B. Windows color (decimal): -12954800 or 5264186. OLE color: 5264186.

HSL color Cylindrical-coordinate representation of color #3A5350: hue angle of 172.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5350 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB588380-
CMYK0.3000.040.67
HSL172.8º17.73%27.65%-
HSV(B)172.8º30.12%32.55%-
XYZ6.297.678.74-
YUV75.18130.72115.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=26.24%
G=37.56%
B=36.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883800.3000.040.67172.817.7327.65
Hex3A53501E0443ad121c
Octal7212312036041032552234
Binary111010101001110100001111001001000011101011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,80); }

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

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

 a { background-color: rgb(58,83,80); }

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

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

 span { border-color: rgb(58,83,80); }

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