#347057

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

Shades of Stromboli #347057

Tints of Stromboli #347057

Color information

#347057 (or 0x347057) is unknown color: approx Stromboli. HEX triplet: 34, 70 and 57. RGB value is (52,112,87). Sum of RGB (Red+Green+Blue) = 52+112+87=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #347057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347057 is #CB8FA8. Grayscale: #5B5B5B. Windows color (decimal): -13340585 or 5730356. OLE color: 5730356.

HSL color Cylindrical-coordinate representation of color #347057: hue angle of 155º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347057 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB5211287-
CMYK0.5400.220.56
HSL155º36.59%32.16%-
HSV(B)155º53.57%43.92%-
XYZ8.9313.0111.06-
YUV91.21125.62100.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=20.72%
G=44.62%
B=34.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112870.5400.220.5615536.5932.16
Hex34705736016389b2520
Octal6416012766026702334540
Binary1101001110000101011111011001011011100010011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347057; }

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

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

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

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

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

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

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

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