Html Css Color HEX #3B6354 Stromboli

📋 copy color: '#3B6354'

red 59 ◦ green 99 ◦ blue 84

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

Shades of Stromboli #3B6354

Tints of Stromboli #3B6354

RGB

 RED value IS 59 (23.44% from 255) = 24.38%

 GREEN value IS 99 (39.06% from 255) = 40.91%

 BLUE value IS 84 (33.2% from 255) = 34.71%

R = 24.38%
G = 40.91%
B = 34.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#3B6354 (or 0x3B6354) is known color: Stromboli. HEX triplet: 3B, 63 and 54. RGB value is (59,99,84). Sum of RGB (Red+Green+Blue) = 59+99+84=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6354 is #C49CAB. Grayscale: #555555. Windows color (decimal): -12885164 or 5530427. OLE color: 5530427.

HSL color Cylindrical-coordinate representation of color #3B6354: hue angle of 157.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6354 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 84 -
CMYK 0.40 0 0.15 0.61
HSL 157.5º 0.25% 0.31% -
HSV(B) 157.5º 0.4% 0.39% -
XYZ 7.87 10.49 10 -
YUV 85.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 59 99 84 0.40 0 0.15 0.61 157.5 0.25 0.31
Hex 3B 63 54 28 0 F 3D 9E 19 1F
Octal 73 143 124 50 0 17 75 236 31 37
Binary 111011 1100011 1010100 101000 0 1111 111101 10011110 11001 11111

Color Harmonies of #3B6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6354

Black with #3B6354

Text Example


Text Example

White with #3B6354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,84); }

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

background-color css

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

 a { background-color: rgb(59,99,84); }

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

border-color css

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

 span { border-color: rgb(59,99,84); }

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