Html Css Color HEX #35675B Stromboli

📋 copy color: '#35675B'

red 53 ◦ green 103 ◦ blue 91

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

Shades of Stromboli #35675B

Tints of Stromboli #35675B

RGB

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

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

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

R = 21.46%
G = 41.7%
B = 36.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#35675B (or 0x35675B) is known color: Stromboli. HEX triplet: 35, 67 and 5B. RGB value is (53,103,91). Sum of RGB (Red+Green+Blue) = 53+103+91=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #35675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35675B is #CA98A4. Grayscale: #565656. Windows color (decimal): -13277349 or 5990197. OLE color: 5990197.

HSL color Cylindrical-coordinate representation of color #35675B: hue angle of 165.6º 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 #35675B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 91 -
CMYK 0.49 0 0.12 0.60
HSL 165.6º 0.32% 0.31% -
HSV(B) 165.6º 0.49% 0.4% -
XYZ 8.21 11.21 11.63 -
YUV 86.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 53 103 91 0.49 0 0.12 0.60 165.6 0.32 0.31
Hex 35 67 5B 31 0 C 3C A6 20 1F
Octal 65 147 133 61 0 14 74 246 40 37
Binary 110101 1100111 1011011 110001 0 1100 111100 10100110 100000 11111

Color Harmonies of #35675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35675B

Black with #35675B

Text Example


Text Example

White with #35675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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