#347D95

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

Shades of Jelly Bean #347D95

Tints of Jelly Bean #347D95

Color information

#347D95 (or 0x347D95) is unknown color: approx Jelly Bean. HEX triplet: 34, 7D and 95. RGB value is (52,125,149). Sum of RGB (Red+Green+Blue) = 52+125+149=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #347D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D95 is #CB826A. Grayscale: #696969. Windows color (decimal): -13337195 or 9796916. OLE color: 9796916.

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

Color convert

RGB52125149-
CMYK0.650.1600.42
HSL194.85º48.26%39.41%-
HSV(B)194.85º65.1%58.43%-
XYZ14.1717.5731.08-
YUV105.91152.3289.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=15.95%
G=38.34%
B=45.71%

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
Decimal521251490.650.1600.42194.8548.2639.41
Hex347D95411002Ac33027
Octal64175225101200523036047
Binary110100111110110010101100000110000010101011000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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