Html Css Color HEX #3A534F Blue Dianne

📋 copy color: '#3A534F'

red 58 ◦ green 83 ◦ blue 79

#3A534F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #3A534F

Tints of Blue Dianne #3A534F

RGB

 RED value IS 58 (23.05% from 255) = 26.36%

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 26.36%
G = 37.73%
B = 35.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3A534F (or 0x3A534F) is known color: Blue Dianne. HEX triplet: 3A, 53 and 4F. RGB value is (58,83,79). Sum of RGB (Red+Green+Blue) = 58+83+79=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3A534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A534F is #C5ACB0. Grayscale: #4B4B4B. Windows color (decimal): -12954801 or 5198650. OLE color: 5198650.

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

Color convert

RGB 58 83 79 -
CMYK 0.30 0 0.05 0.67
HSL 170.4º 0.18% 0.28% -
HSV(B) 170.4º 0.3% 0.33% -
XYZ 6.25 7.65 8.54 -
YUV 75.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 58 83 79 0.30 0 0.05 0.67 170.4 0.18 0.28
Hex 3A 53 4F 1E 0 5 43 AA 12 1C
Octal 72 123 117 36 0 5 103 252 22 34
Binary 111010 1010011 1001111 11110 0 101 1000011 10101010 10010 11100

Color Harmonies of #3A534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A534F

Black with #3A534F

Text Example


Text Example

White with #3A534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A534F;
 }
 .AnyTagClassName
 {
   color: #3A534F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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