#347B95

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

Shades of Jelly Bean #347B95

Tints of Jelly Bean #347B95

Color information

#347B95 (or 0x347B95) is unknown color: approx Jelly Bean. HEX triplet: 34, 7B and 95. RGB value is (52,123,149). Sum of RGB (Red+Green+Blue) = 52+123+149=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #347B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B95 is #CB846A. Grayscale: #686868. Windows color (decimal): -13337707 or 9796404. OLE color: 9796404.

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

Color convert

RGB52123149-
CMYK0.650.1700.42
HSL196.08º48.26%39.41%-
HSV(B)196.08º65.1%58.43%-
XYZ13.9217.0730.99-
YUV104.74152.9890.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=16.05%
G=37.96%
B=45.99%

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
Decimal521231490.650.1700.42196.0848.2639.41
Hex347B95411102Ac43027
Octal64173225101210523046047
Binary110100111101110010101100000110001010101011000100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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