#347E93

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

Shades of Jelly Bean #347E93

Tints of Jelly Bean #347E93

Color information

#347E93 (or 0x347E93) is unknown color: approx Jelly Bean. HEX triplet: 34, 7E and 93. RGB value is (52,126,147). Sum of RGB (Red+Green+Blue) = 52+126+147=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #347E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E93 is #CB816C. Grayscale: #6A6A6A. Windows color (decimal): -13336941 or 9666100. OLE color: 9666100.

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

Color convert

RGB52126147-
CMYK0.650.1400.42
HSL193.26º47.74%39.02%-
HSV(B)193.26º64.63%57.65%-
XYZ14.1417.7630.29-
YUV106.27150.9889.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=16%
G=38.77%
B=45.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521261470.650.1400.42193.2647.7439.02
Hex347E9341E02Ac13027
Octal64176223101160523016047
Binary11010011111101001001110000011110010101011000001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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