#3A504D

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

Shades of Blue Dianne #3A504D

Tints of Blue Dianne #3A504D

Color information

#3A504D (or 0x3A504D) is unknown color: approx Blue Dianne. HEX triplet: 3A, 50 and 4D. RGB value is (58,80,77). Sum of RGB (Red+Green+Blue) = 58+80+77=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A504D is #C5AFB2. Grayscale: #494949. Windows color (decimal): -12955571 or 5066810. OLE color: 5066810.

HSL color Cylindrical-coordinate representation of color #3A504D: hue angle of 171.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A504D is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB588077-
CMYK0.2800.040.69
HSL171.82º15.94%27.06%-
HSV(B)171.82º27.5%31.37%-
XYZ5.957.178.09-
YUV73.08130.21117.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=26.98%
G=37.21%
B=35.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880770.2800.040.69171.8215.9427.06
Hex3A504D1C0445ac101b
Octal7212011534041052542033
Binary111010101000010011011110001001000101101011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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