#346857

Color #346857 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #346857

Tints of Stromboli #346857

Color information

#346857 (or 0x346857) is unknown color: approx Stromboli. HEX triplet: 34, 68 and 57. RGB value is (52,104,87). Sum of RGB (Red+Green+Blue) = 52+104+87=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #346857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346857 is #CB97A8. Grayscale: #565656. Windows color (decimal): -13342633 or 5728308. OLE color: 5728308.

HSL color Cylindrical-coordinate representation of color #346857: hue angle of 160.38º 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 #346857 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB5210487-
CMYK0.5000.160.59
HSL160.38º33.33%30.59%-
HSV(B)160.38º50%40.78%-
XYZ8.0911.3210.78-
YUV86.51128.27103.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=21.40%
G=42.80%
B=35.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104870.5000.160.59160.3833.3330.59
Hex346857320103Ba0211f
Octal6415012762020732404137
Binary110100110100010101111100100100001110111010000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346857; }

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

 H1.HeaderClassName
 {
   color: #346857;
 }
 .AnyTagClassName
 {
   color: #346857;
 }
</style>
background-color css

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

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

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

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

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

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