#347D96

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

Shades of Jelly Bean #347D96

Tints of Jelly Bean #347D96

Color information

#347D96 (or 0x347D96) is unknown color: approx Jelly Bean. HEX triplet: 34, 7D and 96. RGB value is (52,125,150). Sum of RGB (Red+Green+Blue) = 52+125+150=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #347D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D96 is #CB8269. Grayscale: #696969. Windows color (decimal): -13337194 or 9862452. OLE color: 9862452.

HSL color Cylindrical-coordinate representation of color #347D96: hue angle of 195.31º 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 #347D96 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52125150-
CMYK0.650.1700.41
HSL195.31º48.51%39.61%-
HSV(B)195.31º65.33%58.82%-
XYZ14.2517.631.5-
YUV106.02152.8289.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=15.90%
G=38.23%
B=45.87%

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
Decimal521251500.650.1700.41195.3148.5139.61
Hex347D964111029c33128
Octal64175226101210513036150
Binary110100111110110010110100000110001010100111000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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