Html Css Color HEX #3B5953 Blue Dianne

📋 copy color: '#3B5953'

red 59 ◦ green 89 ◦ blue 83

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

Shades of Blue Dianne #3B5953

Tints of Blue Dianne #3B5953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 25.54%
G = 38.53%
B = 35.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3B5953 (or 0x3B5953) is known color: Blue Dianne. HEX triplet: 3B, 59 and 53. RGB value is (59,89,83). Sum of RGB (Red+Green+Blue) = 59+89+83=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5953 is #C4A6AC. Grayscale: #4F4F4F. Windows color (decimal): -12887725 or 5462331. OLE color: 5462331.

HSL color Cylindrical-coordinate representation of color #3B5953: hue angle of 168º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5953 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 89 83 -
CMYK 0.34 0 0.07 0.65
HSL 168º 0.2% 0.29% -
HSV(B) 168º 0.34% 0.35% -
XYZ 6.94 8.7 9.5 -
YUV 79.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 59 89 83 0.34 0 0.07 0.65 168 0.2 0.29
Hex 3B 59 53 22 0 7 41 A8 14 1D
Octal 73 131 123 42 0 7 101 250 24 35
Binary 111011 1011001 1010011 100010 0 111 1000001 10101000 10100 11101

Color Harmonies of #3B5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5953

Black with #3B5953

Text Example


Text Example

White with #3B5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,89,83); }

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

background-color css

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

 a { background-color: rgb(59,89,83); }

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

border-color css

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

 span { border-color: rgb(59,89,83); }

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