#347C95

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

Shades of Jelly Bean #347C95

Tints of Jelly Bean #347C95

Color information

#347C95 (or 0x347C95) is unknown color: approx Jelly Bean. HEX triplet: 34, 7C and 95. RGB value is (52,124,149). Sum of RGB (Red+Green+Blue) = 52+124+149=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #347C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C95 is #CB836A. Grayscale: #696969. Windows color (decimal): -13337451 or 9796660. OLE color: 9796660.

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

Color convert

RGB52124149-
CMYK0.650.1700.42
HSL195.46º48.26%39.41%-
HSV(B)195.46º65.1%58.43%-
XYZ14.0517.3231.04-
YUV105.32152.6589.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=16%
G=38.15%
B=45.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521241490.650.1700.42195.4648.2639.41
Hex347C95411102Ac33027
Octal64174225101210523036047
Binary110100111110010010101100000110001010101011000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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