Html Css Color HEX #356A5B Stromboli

📋 copy color: '#356A5B'

red 53 ◦ green 106 ◦ blue 91

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

Shades of Stromboli #356A5B

Tints of Stromboli #356A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.4%

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

R = 21.2%
G = 42.4%
B = 36.4%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#356A5B (or 0x356A5B) is known color: Stromboli. HEX triplet: 35, 6A and 5B. RGB value is (53,106,91). Sum of RGB (Red+Green+Blue) = 53+106+91=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #356A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A5B is #CA95A4. Grayscale: #585858. Windows color (decimal): -13276581 or 5990965. OLE color: 5990965.

HSL color Cylindrical-coordinate representation of color #356A5B: hue angle of 163.02º degrees, saturation: 0.33, 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 #356A5B is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 91 -
CMYK 0.5 0 0.14 0.58
HSL 163.02º 0.33% 0.31% -
HSV(B) 163.02º 0.5% 0.42% -
XYZ 8.51 11.82 11.73 -
YUV 88.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 53 106 91 0.5 0 0.14 0.58 163.02 0.33 0.31
Hex 35 6A 5B 32 0 E 3A A3 21 1F
Octal 65 152 133 62 0 16 72 243 41 37
Binary 110101 1101010 1011011 110010 0 1110 111010 10100011 100001 11111

Color Harmonies of #356A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A5B

Black with #356A5B

Text Example


Text Example

White with #356A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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