Html Css Color HEX #356759 Stromboli

📋 copy color: '#356759'

red 53 ◦ green 103 ◦ blue 89

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

Shades of Stromboli #356759

Tints of Stromboli #356759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 21.63%
G = 42.04%
B = 36.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#356759 (or 0x356759) is known color: Stromboli. HEX triplet: 35, 67 and 59. RGB value is (53,103,89). Sum of RGB (Red+Green+Blue) = 53+103+89=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #356759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356759 is #CA98A6. Grayscale: #565656. Windows color (decimal): -13277351 or 5859125. OLE color: 5859125.

HSL color Cylindrical-coordinate representation of color #356759: hue angle of 163.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356759 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 89 -
CMYK 0.49 0 0.14 0.60
HSL 163.2º 0.32% 0.31% -
HSV(B) 163.2º 0.49% 0.4% -
XYZ 8.12 11.18 11.18 -
YUV 86.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 53 103 89 0.49 0 0.14 0.60 163.2 0.32 0.31
Hex 35 67 59 31 0 E 3C A3 20 1F
Octal 65 147 131 61 0 16 74 243 40 37
Binary 110101 1100111 1011001 110001 0 1110 111100 10100011 100000 11111

Color Harmonies of #356759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356759

Black with #356759

Text Example


Text Example

White with #356759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356759; }

 p { color: rgb(53,103,89); }

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

background-color css

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

 a { background-color: rgb(53,103,89); }

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

border-color css

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

 span { border-color: rgb(53,103,89); }

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