Html Css Color HEX #356B5A Stromboli

📋 copy color: '#356B5A'

red 53 ◦ green 107 ◦ blue 90

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

Shades of Stromboli #356B5A

Tints of Stromboli #356B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36%

R = 21.2%
G = 42.8%
B = 36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#356B5A (or 0x356B5A) is known color: Stromboli. HEX triplet: 35, 6B and 5A. RGB value is (53,107,90). Sum of RGB (Red+Green+Blue) = 53+107+90=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5A is #CA94A5. Grayscale: #585858. Windows color (decimal): -13276326 or 5925685. OLE color: 5925685.

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

Color convert

RGB 53 107 90 -
CMYK 0.50 0 0.16 0.58
HSL 161.11º 0.34% 0.31% -
HSV(B) 161.11º 0.5% 0.42% -
XYZ 8.57 12.01 11.54 -
YUV 88.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 53 107 90 0.50 0 0.16 0.58 161.11 0.34 0.31
Hex 35 6B 5A 32 0 10 3A A1 22 1F
Octal 65 153 132 62 0 20 72 241 42 37
Binary 110101 1101011 1011010 110010 0 10000 111010 10100001 100010 11111

Color Harmonies of #356B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B5A

Black with #356B5A

Text Example


Text Example

White with #356B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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