Html Css Color HEX #3A5650 Blue Dianne

📋 copy color: '#3A5650'

red 58 ◦ green 86 ◦ blue 80

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

Shades of Blue Dianne #3A5650

Tints of Blue Dianne #3A5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 25.89%
G = 38.39%
B = 35.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#3A5650 (or 0x3A5650) is known color: Blue Dianne. HEX triplet: 3A, 56 and 50. RGB value is (58,86,80). Sum of RGB (Red+Green+Blue) = 58+86+80=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5650 is #C5A9AF. Grayscale: #4C4C4C. Windows color (decimal): -12954032 or 5264954. OLE color: 5264954.

HSL color Cylindrical-coordinate representation of color #3A5650: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5650 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 86 80 -
CMYK 0.33 0 0.07 0.66
HSL 167.14º 0.19% 0.28% -
HSV(B) 167.14º 0.33% 0.34% -
XYZ 6.52 8.13 8.82 -
YUV 76.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 58 86 80 0.33 0 0.07 0.66 167.14 0.19 0.28
Hex 3A 56 50 21 0 7 42 A7 13 1C
Octal 72 126 120 41 0 7 102 247 23 34
Binary 111010 1010110 1010000 100001 0 111 1000010 10100111 10011 11100

Color Harmonies of #3A5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5650

Black with #3A5650

Text Example


Text Example

White with #3A5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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