#3A4D4A

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

Shades of Blue Dianne #3A4D4A

Tints of Blue Dianne #3A4D4A

Color information

#3A4D4A (or 0x3A4D4A) is unknown color: approx Blue Dianne. HEX triplet: 3A, 4D and 4A. RGB value is (58,77,74). Sum of RGB (Red+Green+Blue) = 58+77+74=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D4A is #C5B2B5. Grayscale: #464646. Windows color (decimal): -12956342 or 4869434. OLE color: 4869434.

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

Color convert

RGB587774-
CMYK0.2500.040.70
HSL170.53º14.07%26.47%-
HSV(B)170.53º24.68%30.2%-
XYZ5.636.77.48-
YUV70.98129.71118.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=27.75%
G=36.84%
B=35.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877740.2500.040.70170.5314.0726.47
Hex3A4D4A190446abe1a
Octal7211511231041062531632
Binary11101010011011001010110010100100011010101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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