Html Css Color HEX #356B5E Stromboli

📋 copy color: '#356B5E'

red 53 ◦ green 107 ◦ blue 94

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

Shades of Stromboli #356B5E

Tints of Stromboli #356B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 20.87%
G = 42.13%
B = 37.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#356B5E (or 0x356B5E) is known color: Stromboli. HEX triplet: 35, 6B and 5E. RGB value is (53,107,94). Sum of RGB (Red+Green+Blue) = 53+107+94=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5E is #CA94A1. Grayscale: #595959. Windows color (decimal): -13276322 or 6187829. OLE color: 6187829.

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

Color convert

RGB 53 107 94 -
CMYK 0.50 0 0.12 0.58
HSL 165.56º 0.34% 0.31% -
HSV(B) 165.56º 0.5% 0.42% -
XYZ 8.75 12.08 12.46 -
YUV 89.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 53 107 94 0.50 0 0.12 0.58 165.56 0.34 0.31
Hex 35 6B 5E 32 0 C 3A A6 22 1F
Octal 65 153 136 62 0 14 72 246 42 37
Binary 110101 1101011 1011110 110010 0 1100 111010 10100110 100010 11111

Color Harmonies of #356B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B5E

Black with #356B5E

Text Example


Text Example

White with #356B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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