Html Css Color HEX #3B5850 Spectra

📋 copy color: '#3B5850'

red 59 ◦ green 88 ◦ blue 80

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

Shades of Spectra #3B5850

Tints of Spectra #3B5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 25.99%
G = 38.77%
B = 35.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#3B5850 (or 0x3B5850) is known color: Spectra. HEX triplet: 3B, 58 and 50. RGB value is (59,88,80). Sum of RGB (Red+Green+Blue) = 59+88+80=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5850 is #C4A7AF. Grayscale: #4E4E4E. Windows color (decimal): -12887984 or 5265467. OLE color: 5265467.

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

Color convert

RGB 59 88 80 -
CMYK 0.33 0 0.09 0.65
HSL 163.45º 0.2% 0.29% -
HSV(B) 163.45º 0.33% 0.35% -
XYZ 6.74 8.49 8.87 -
YUV 78.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 59 88 80 0.33 0 0.09 0.65 163.45 0.2 0.29
Hex 3B 58 50 21 0 9 41 A3 14 1D
Octal 73 130 120 41 0 11 101 243 24 35
Binary 111011 1011000 1010000 100001 0 1001 1000001 10100011 10100 11101

Color Harmonies of #3B5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5850

Black with #3B5850

Text Example


Text Example

White with #3B5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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