Html Css Color HEX #3A5250 Blue Dianne

📋 copy color: '#3A5250'

red 58 ◦ green 82 ◦ blue 80

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

Shades of Blue Dianne #3A5250

Tints of Blue Dianne #3A5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 26.36%
G = 37.27%
B = 36.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#3A5250 (or 0x3A5250) is known color: Blue Dianne. HEX triplet: 3A, 52 and 50. RGB value is (58,82,80). Sum of RGB (Red+Green+Blue) = 58+82+80=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5250 is #C5ADAF. Grayscale: #4A4A4A. Windows color (decimal): -12955056 or 5263930. OLE color: 5263930.

HSL color Cylindrical-coordinate representation of color #3A5250: hue angle of 175º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A5250 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 80 -
CMYK 0.29 0 0.02 0.68
HSL 175º 0.17% 0.27% -
HSV(B) 175º 0.29% 0.32% -
XYZ 6.21 7.51 8.71 -
YUV 74.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 58 82 80 0.29 0 0.02 0.68 175 0.17 0.27
Hex 3A 52 50 1D 0 2 44 AF 11 1B
Octal 72 122 120 35 0 2 104 257 21 33
Binary 111010 1010010 1010000 11101 0 10 1000100 10101111 10001 11011

Color Harmonies of #3A5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5250

Black with #3A5250

Text Example


Text Example

White with #3A5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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