Html Css Color HEX #35685B Stromboli

📋 copy color: '#35685B'

red 53 ◦ green 104 ◦ blue 91

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

Shades of Stromboli #35685B

Tints of Stromboli #35685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

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

R = 21.37%
G = 41.94%
B = 36.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#35685B (or 0x35685B) is known color: Stromboli. HEX triplet: 35, 68 and 5B. RGB value is (53,104,91). Sum of RGB (Red+Green+Blue) = 53+104+91=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #35685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35685B is #CA97A4. Grayscale: #575757. Windows color (decimal): -13277093 or 5990453. OLE color: 5990453.

HSL color Cylindrical-coordinate representation of color #35685B: hue angle of 164.71º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35685B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 91 -
CMYK 0.49 0 0.12 0.59
HSL 164.71º 0.32% 0.31% -
HSV(B) 164.71º 0.49% 0.41% -
XYZ 8.31 11.41 11.66 -
YUV 87.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 53 104 91 0.49 0 0.12 0.59 164.71 0.32 0.31
Hex 35 68 5B 31 0 C 3B A5 20 1F
Octal 65 150 133 61 0 14 73 245 40 37
Binary 110101 1101000 1011011 110001 0 1100 111011 10100101 100000 11111

Color Harmonies of #35685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35685B

Black with #35685B

Text Example


Text Example

White with #35685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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