#347E95

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

Shades of Jelly Bean #347E95

Tints of Jelly Bean #347E95

Color information

#347E95 (or 0x347E95) is unknown color: approx Jelly Bean. HEX triplet: 34, 7E and 95. RGB value is (52,126,149). Sum of RGB (Red+Green+Blue) = 52+126+149=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #347E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E95 is #CB816A. Grayscale: #6A6A6A. Windows color (decimal): -13336939 or 9797172. OLE color: 9797172.

HSL color Cylindrical-coordinate representation of color #347E95: hue angle of 194.23º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347E95 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52126149-
CMYK0.650.1500.42
HSL194.23º48.26%39.41%-
HSV(B)194.23º65.1%58.43%-
XYZ14.317.8231.12-
YUV106.5151.9889.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=15.90%
G=38.53%
B=45.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521261490.650.1500.42194.2348.2639.41
Hex347E9541F02Ac23027
Octal64176225101170523026047
Binary11010011111101001010110000011111010101011000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,149); }

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

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

 a { background-color: rgb(52,126,149); }

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

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

 span { border-color: rgb(52,126,149); }

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