Html Css Color HEX #346B5A Stromboli

📋 copy color: '#346B5A'

red 52 ◦ green 107 ◦ blue 90

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

Shades of Stromboli #346B5A

Tints of Stromboli #346B5A

RGB

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

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

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

R = 20.88%
G = 42.97%
B = 36.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#346B5A (or 0x346B5A) is known color: Stromboli. HEX triplet: 34, 6B and 5A. RGB value is (52,107,90). Sum of RGB (Red+Green+Blue) = 52+107+90=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #346B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B5A is #CB94A5. Grayscale: #585858. Windows color (decimal): -13341862 or 5925684. OLE color: 5925684.

HSL color Cylindrical-coordinate representation of color #346B5A: hue angle of 161.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B5A is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 107 90 -
CMYK 0.51 0 0.16 0.58
HSL 161.45º 0.35% 0.31% -
HSV(B) 161.45º 0.51% 0.42% -
XYZ 8.52 11.98 11.54 -
YUV 88.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 52 107 90 0.51 0 0.16 0.58 161.45 0.35 0.31
Hex 34 6B 5A 33 0 10 3A A1 23 1F
Octal 64 153 132 63 0 20 72 241 43 37
Binary 110100 1101011 1011010 110011 0 10000 111010 10100001 100011 11111

Color Harmonies of #346B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B5A

Black with #346B5A

Text Example


Text Example

White with #346B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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