#347C96

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

Shades of Jelly Bean #347C96

Tints of Jelly Bean #347C96

Color information

#347C96 (or 0x347C96) is unknown color: approx Jelly Bean. HEX triplet: 34, 7C and 96. RGB value is (52,124,150). Sum of RGB (Red+Green+Blue) = 52+124+150=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #347C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C96 is #CB8369. Grayscale: #696969. Windows color (decimal): -13337450 or 9862196. OLE color: 9862196.

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

Color convert

RGB52124150-
CMYK0.650.1700.41
HSL195.92º48.51%39.61%-
HSV(B)195.92º65.33%58.82%-
XYZ14.1317.3531.46-
YUV105.44153.1589.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=15.95%
G=38.04%
B=46.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521241500.650.1700.41195.9248.5139.61
Hex347C964111029c43128
Octal64174226101210513046150
Binary110100111110010010110100000110001010100111000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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