Html Css Color HEX #34685A Stromboli

📋 copy color: '#34685A'

red 52 ◦ green 104 ◦ blue 90

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

Shades of Stromboli #34685A

Tints of Stromboli #34685A

RGB

 RED value IS 52 (20.7% from 255) = 21.14%

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

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

R = 21.14%
G = 42.28%
B = 36.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#34685A (or 0x34685A) is known color: Stromboli. HEX triplet: 34, 68 and 5A. RGB value is (52,104,90). Sum of RGB (Red+Green+Blue) = 52+104+90=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #34685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34685A is #CB97A5. Grayscale: #565656. Windows color (decimal): -13342630 or 5924916. OLE color: 5924916.

HSL color Cylindrical-coordinate representation of color #34685A: hue angle of 163.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34685A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 104 90 -
CMYK 0.50 0 0.13 0.59
HSL 163.85º 0.33% 0.31% -
HSV(B) 163.85º 0.5% 0.41% -
XYZ 8.21 11.37 11.43 -
YUV 86.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 52 104 90 0.50 0 0.13 0.59 163.85 0.33 0.31
Hex 34 68 5A 32 0 D 3B A4 21 1F
Octal 64 150 132 62 0 15 73 244 41 37
Binary 110100 1101000 1011010 110010 0 1101 111011 10100100 100001 11111

Color Harmonies of #34685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34685A

Black with #34685A

Text Example


Text Example

White with #34685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34685A; }

 p { color: rgb(52,104,90); }

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

background-color css

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

 a { background-color: rgb(52,104,90); }

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

border-color css

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

 span { border-color: rgb(52,104,90); }

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