#3A504C

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

Shades of Blue Dianne #3A504C

Tints of Blue Dianne #3A504C

Color information

#3A504C (or 0x3A504C) is unknown color: approx Blue Dianne. HEX triplet: 3A, 50 and 4C. RGB value is (58,80,76). Sum of RGB (Red+Green+Blue) = 58+80+76=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A504C is #C5AFB3. Grayscale: #484848. Windows color (decimal): -12955572 or 5001274. OLE color: 5001274.

HSL color Cylindrical-coordinate representation of color #3A504C: hue angle of 169.09º 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 #3A504C is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB588076-
CMYK0.2800.050.69
HSL169.09º15.94%27.06%-
HSV(B)169.09º27.5%31.37%-
XYZ5.927.167.91-
YUV72.97129.71117.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=27.10%
G=37.38%
B=35.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880760.2800.050.69169.0915.9427.06
Hex3A504C1C0545a9101b
Octal7212011434051052512033
Binary111010101000010011001110001011000101101010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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