Html Css Color HEX #3A5F4F Spectra

📋 copy color: '#3A5F4F'

red 58 ◦ green 95 ◦ blue 79

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

Shades of Spectra #3A5F4F

Tints of Spectra #3A5F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

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

R = 25%
G = 40.95%
B = 34.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#3A5F4F (or 0x3A5F4F) is known color: Spectra. HEX triplet: 3A, 5F and 4F. RGB value is (58,95,79). Sum of RGB (Red+Green+Blue) = 58+95+79=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F4F is #C5A0B0. Grayscale: #525252. Windows color (decimal): -12951729 or 5201722. OLE color: 5201722.

HSL color Cylindrical-coordinate representation of color #3A5F4F: hue angle of 154.05º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F4F is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 95 79 -
CMYK 0.39 0 0.17 0.63
HSL 154.05º 0.24% 0.3% -
HSV(B) 154.05º 0.39% 0.37% -
XYZ 7.25 9.65 8.88 -
YUV 82.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 58 95 79 0.39 0 0.17 0.63 154.05 0.24 0.3
Hex 3A 5F 4F 27 0 11 3F 9A 18 1E
Octal 72 137 117 47 0 21 77 232 30 36
Binary 111010 1011111 1001111 100111 0 10001 111111 10011010 11000 11110

Color Harmonies of #3A5F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5F4F

Black with #3A5F4F

Text Example


Text Example

White with #3A5F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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