Html Css Color HEX #3A584F Spectra

📋 copy color: '#3A584F'

red 58 ◦ green 88 ◦ blue 79

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

Shades of Spectra #3A584F

Tints of Spectra #3A584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 25.78%
G = 39.11%
B = 35.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3A584F (or 0x3A584F) is known color: Spectra. HEX triplet: 3A, 58 and 4F. RGB value is (58,88,79). Sum of RGB (Red+Green+Blue) = 58+88+79=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3A584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A584F is #C5A7B0. Grayscale: #4E4E4E. Windows color (decimal): -12953521 or 5199930. OLE color: 5199930.

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

Color convert

RGB 58 88 79 -
CMYK 0.34 0 0.10 0.65
HSL 162º 0.21% 0.29% -
HSV(B) 162º 0.34% 0.35% -
XYZ 6.65 8.44 8.68 -
YUV 78 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 58 88 79 0.34 0 0.10 0.65 162 0.21 0.29
Hex 3A 58 4F 22 0 A 41 A2 15 1D
Octal 72 130 117 42 0 12 101 242 25 35
Binary 111010 1011000 1001111 100010 0 1010 1000001 10100010 10101 11101

Color Harmonies of #3A584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A584F

Black with #3A584F

Text Example


Text Example

White with #3A584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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