#347C97

Color #347C97 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #347C97

Tints of Jelly Bean #347C97

Color information

#347C97 (or 0x347C97) is unknown color: approx Jelly Bean. HEX triplet: 34, 7C and 97. RGB value is (52,124,151). Sum of RGB (Red+Green+Blue) = 52+124+151=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #347C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C97 is #CB8368. Grayscale: #696969. Windows color (decimal): -13337449 or 9927732. OLE color: 9927732.

HSL color Cylindrical-coordinate representation of color #347C97: hue angle of 196.36º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347C97 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52124151-
CMYK0.660.1800.41
HSL196.36º48.77%39.8%-
HSV(B)196.36º65.56%59.22%-
XYZ14.2117.3831.88-
YUV105.55153.6589.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=15.90%
G=37.92%
B=46.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521241510.660.1800.41196.3648.7739.8
Hex347C974212029c43128
Octal64174227102220513046150
Binary110100111110010010111100001010010010100111000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347C97; }

 p { color: rgb(52,124,151); }

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

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

 a { background-color: rgb(52,124,151); }

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

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

 span { border-color: rgb(52,124,151); }

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