#347d94

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

Shades of Jelly Bean #347D94

Tints of Jelly Bean #347D94

Color information

#347D94 (or 0x347D94) is unknown color: approx Jelly Bean. HEX triplet: 34, 7D and 94. RGB value is (52,125,148). Sum of RGB (Red+Green+Blue) = 52+125+148=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #347D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D94 is #CB826B. Grayscale: #696969. Windows color (decimal): -13337196 or 9731380. OLE color: 9731380.

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

Color convert

RGB52125148-
CMYK0.650.1600.42
HSL194.38º48%39.22%-
HSV(B)194.38º64.86%58.04%-
XYZ14.117.5430.66-
YUV105.8151.8289.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=16%
G=38.46%
B=45.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521251480.650.1600.42194.384839.22
Hex347D94411002Ac23027
Octal64175224101200523026047
Binary110100111110110010100100000110000010101011000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347d94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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