Html Css Color HEX #356B54 Stromboli

📋 copy color: '#356B54'

red 53 ◦ green 107 ◦ blue 84

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

Shades of Stromboli #356B54

Tints of Stromboli #356B54

RGB

 RED value IS 53 (21.09% from 255) = 21.72%

 GREEN value IS 107 (42.19% from 255) = 43.85%

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

R = 21.72%
G = 43.85%
B = 34.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#356B54 (or 0x356B54) is known color: Stromboli. HEX triplet: 35, 6B and 54. RGB value is (53,107,84). Sum of RGB (Red+Green+Blue) = 53+107+84=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #356B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B54 is #CA94AB. Grayscale: #585858. Windows color (decimal): -13276332 or 5532469. OLE color: 5532469.

HSL color Cylindrical-coordinate representation of color #356B54: hue angle of 154.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B54 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 84 -
CMYK 0.50 0 0.21 0.58
HSL 154.44º 0.34% 0.31% -
HSV(B) 154.44º 0.5% 0.42% -
XYZ 8.33 11.91 10.25 -
YUV 88.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 53 107 84 0.50 0 0.21 0.58 154.44 0.34 0.31
Hex 35 6B 54 32 0 15 3A 9A 22 1F
Octal 65 153 124 62 0 25 72 232 42 37
Binary 110101 1101011 1010100 110010 0 10101 111010 10011010 100010 11111

Color Harmonies of #356B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B54

Black with #356B54

Text Example


Text Example

White with #356B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B54; }

 p { color: rgb(53,107,84); }

 H1.HeaderClassName
 {
   color: #356B54;
 }
 .AnyTagClassName
 {
   color: #356B54;
 }
</style>

background-color css

<style>
 a { background-color: #356B54; }

 a { background-color: rgb(53,107,84); }

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

border-color css

<style>
 span { border-color: #356B54; }

 span { border-color: rgb(53,107,84); }

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