Html Css Color HEX #3A6159 Stromboli

📋 copy color: '#3A6159'

red 58 ◦ green 97 ◦ blue 89

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

Shades of Stromboli #3A6159

Tints of Stromboli #3A6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 23.77%
G = 39.75%
B = 36.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#3A6159 (or 0x3A6159) is known color: Stromboli. HEX triplet: 3A, 61 and 59. RGB value is (58,97,89). Sum of RGB (Red+Green+Blue) = 58+97+89=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6159 is #C59EA6. Grayscale: #545454. Windows color (decimal): -12951207 or 5857594. OLE color: 5857594.

HSL color Cylindrical-coordinate representation of color #3A6159: hue angle of 167.69º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6159 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 89 -
CMYK 0.40 0 0.08 0.62
HSL 167.69º 0.25% 0.3% -
HSV(B) 167.69º 0.4% 0.38% -
XYZ 7.82 10.17 11 -
YUV 84.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 58 97 89 0.40 0 0.08 0.62 167.69 0.25 0.3
Hex 3A 61 59 28 0 8 3E A8 19 1E
Octal 72 141 131 50 0 10 76 250 31 36
Binary 111010 1100001 1011001 101000 0 1000 111110 10101000 11001 11110

Color Harmonies of #3A6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6159

Black with #3A6159

Text Example


Text Example

White with #3A6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,89); }

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

background-color css

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

 a { background-color: rgb(58,97,89); }

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

border-color css

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

 span { border-color: rgb(58,97,89); }

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