Html Css Color HEX #3A705D Stromboli

📋 copy color: '#3A705D'

red 58 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #3A705D

Tints of Stromboli #3A705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 22.05%
G = 42.59%
B = 35.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3A705D (or 0x3A705D) is known color: Stromboli. HEX triplet: 3A, 70 and 5D. RGB value is (58,112,93). Sum of RGB (Red+Green+Blue) = 58+112+93=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705D is #C58FA2. Grayscale: #5D5D5D. Windows color (decimal): -12947363 or 6123578. OLE color: 6123578.

HSL color Cylindrical-coordinate representation of color #3A705D: hue angle of 158.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A705D is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 93 -
CMYK 0.48 0 0.17 0.56
HSL 158.89º 0.32% 0.33% -
HSV(B) 158.89º 0.48% 0.44% -
XYZ 9.51 13.28 12.42 -
YUV 93.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 58 112 93 0.48 0 0.17 0.56 158.89 0.32 0.33
Hex 3A 70 5D 30 0 11 38 9F 20 21
Octal 72 160 135 60 0 21 70 237 40 41
Binary 111010 1110000 1011101 110000 0 10001 111000 10011111 100000 100001

Color Harmonies of #3A705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A705D

Black with #3A705D

Text Example


Text Example

White with #3A705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,93); }

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

background-color css

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

 a { background-color: rgb(58,112,93); }

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

border-color css

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

 span { border-color: rgb(58,112,93); }

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