Html Css Color HEX #3B5250 Blue Dianne

📋 copy color: '#3B5250'

red 59 ◦ green 82 ◦ blue 80

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

Shades of Blue Dianne #3B5250

Tints of Blue Dianne #3B5250

RGB

 RED value IS 59 (23.44% from 255) = 26.7%

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

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

R = 26.7%
G = 37.1%
B = 36.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#3B5250 (or 0x3B5250) is known color: Blue Dianne. HEX triplet: 3B, 52 and 50. RGB value is (59,82,80). Sum of RGB (Red+Green+Blue) = 59+82+80=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5250 is #C4ADAF. Grayscale: #4A4A4A. Windows color (decimal): -12889520 or 5263931. OLE color: 5263931.

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

Color convert

RGB 59 82 80 -
CMYK 0.28 0 0.02 0.68
HSL 174.78º 0.16% 0.28% -
HSV(B) 174.78º 0.28% 0.32% -
XYZ 6.27 7.54 8.72 -
YUV 74.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 59 82 80 0.28 0 0.02 0.68 174.78 0.16 0.28
Hex 3B 52 50 1C 0 2 44 AF 10 1C
Octal 73 122 120 34 0 2 104 257 20 34
Binary 111011 1010010 1010000 11100 0 10 1000100 10101111 10000 11100

Color Harmonies of #3B5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5250

Black with #3B5250

Text Example


Text Example

White with #3B5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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