Html Css Color HEX #356B5B Stromboli

📋 copy color: '#356B5B'

red 53 ◦ green 107 ◦ blue 91

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

Shades of Stromboli #356B5B

Tints of Stromboli #356B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 21.12%
G = 42.63%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#356B5B (or 0x356B5B) is known color: Stromboli. HEX triplet: 35, 6B and 5B. RGB value is (53,107,91). Sum of RGB (Red+Green+Blue) = 53+107+91=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5B is #CA94A4. Grayscale: #595959. Windows color (decimal): -13276325 or 5991221. OLE color: 5991221.

HSL color Cylindrical-coordinate representation of color #356B5B: hue angle of 162.22º 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 #356B5B is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 91 -
CMYK 0.50 0 0.15 0.58
HSL 162.22º 0.34% 0.31% -
HSV(B) 162.22º 0.5% 0.42% -
XYZ 8.61 12.03 11.77 -
YUV 89.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 53 107 91 0.50 0 0.15 0.58 162.22 0.34 0.31
Hex 35 6B 5B 32 0 F 3A A2 22 1F
Octal 65 153 133 62 0 17 72 242 42 37
Binary 110101 1101011 1011011 110010 0 1111 111010 10100010 100010 11111

Color Harmonies of #356B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B5B

Black with #356B5B

Text Example


Text Example

White with #356B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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