Html Css Color HEX #3A5850 Spectra

📋 copy color: '#3A5850'

red 58 ◦ green 88 ◦ blue 80

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

Shades of Spectra #3A5850

Tints of Spectra #3A5850

RGB

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

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

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

R = 25.66%
G = 38.94%
B = 35.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#3A5850 (or 0x3A5850) is known color: Spectra. HEX triplet: 3A, 58 and 50. RGB value is (58,88,80). Sum of RGB (Red+Green+Blue) = 58+88+80=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5850 is #C5A7AF. Grayscale: #4E4E4E. Windows color (decimal): -12953520 or 5265466. OLE color: 5265466.

HSL color Cylindrical-coordinate representation of color #3A5850: hue angle of 164º degrees, saturation: 0.21, 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 #3A5850 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 80 -
CMYK 0.34 0 0.09 0.65
HSL 164º 0.21% 0.29% -
HSV(B) 164º 0.34% 0.35% -
XYZ 6.68 8.46 8.87 -
YUV 78.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 58 88 80 0.34 0 0.09 0.65 164 0.21 0.29
Hex 3A 58 50 22 0 9 41 A4 15 1D
Octal 72 130 120 42 0 11 101 244 25 35
Binary 111010 1011000 1010000 100010 0 1001 1000001 10100100 10101 11101

Color Harmonies of #3A5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5850

Black with #3A5850

Text Example


Text Example

White with #3A5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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