Html Css Color HEX #356B5D Stromboli

📋 copy color: '#356B5D'

red 53 ◦ green 107 ◦ blue 93

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

Shades of Stromboli #356B5D

Tints of Stromboli #356B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 20.95%
G = 42.29%
B = 36.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#356B5D (or 0x356B5D) is known color: Stromboli. HEX triplet: 35, 6B and 5D. RGB value is (53,107,93). Sum of RGB (Red+Green+Blue) = 53+107+93=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5D is #CA94A2. Grayscale: #595959. Windows color (decimal): -13276323 or 6122293. OLE color: 6122293.

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

Color convert

RGB 53 107 93 -
CMYK 0.50 0 0.13 0.58
HSL 164.44º 0.34% 0.31% -
HSV(B) 164.44º 0.5% 0.42% -
XYZ 8.7 12.06 12.23 -
YUV 89.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 53 107 93 0.50 0 0.13 0.58 164.44 0.34 0.31
Hex 35 6B 5D 32 0 D 3A A4 22 1F
Octal 65 153 135 62 0 15 72 244 42 37
Binary 110101 1101011 1011101 110010 0 1101 111010 10100100 100010 11111

Color Harmonies of #356B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B5D

Black with #356B5D

Text Example


Text Example

White with #356B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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