Html Css Color HEX #3A6459 Stromboli

📋 copy color: '#3A6459'

red 58 ◦ green 100 ◦ blue 89

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

Shades of Stromboli #3A6459

Tints of Stromboli #3A6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

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

R = 23.48%
G = 40.49%
B = 36.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#3A6459 (or 0x3A6459) is known color: Stromboli. HEX triplet: 3A, 64 and 59. RGB value is (58,100,89). Sum of RGB (Red+Green+Blue) = 58+100+89=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6459 is #C59BA6. Grayscale: #565656. Windows color (decimal): -12950439 or 5858362. OLE color: 5858362.

HSL color Cylindrical-coordinate representation of color #3A6459: hue angle of 164.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A6459 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 100 89 -
CMYK 0.42 0 0.11 0.61
HSL 164.29º 0.27% 0.31% -
HSV(B) 164.29º 0.42% 0.39% -
XYZ 8.11 10.74 11.1 -
YUV 86.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 58 100 89 0.42 0 0.11 0.61 164.29 0.27 0.31
Hex 3A 64 59 2A 0 B 3D A4 1B 1F
Octal 72 144 131 52 0 13 75 244 33 37
Binary 111010 1100100 1011001 101010 0 1011 111101 10100100 11011 11111

Color Harmonies of #3A6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6459

Black with #3A6459

Text Example


Text Example

White with #3A6459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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