#347F96

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

Shades of Jelly Bean #347F96

Tints of Jelly Bean #347F96

Color information

#347F96 (or 0x347F96) is unknown color: approx Jelly Bean. HEX triplet: 34, 7F and 96. RGB value is (52,127,150). Sum of RGB (Red+Green+Blue) = 52+127+150=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #347F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F96 is #CB8069. Grayscale: #6B6B6B. Windows color (decimal): -13336682 or 9862964. OLE color: 9862964.

HSL color Cylindrical-coordinate representation of color #347F96: hue angle of 194.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347F96 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52127150-
CMYK0.650.1500.41
HSL194.08º48.51%39.61%-
HSV(B)194.08º65.33%58.82%-
XYZ14.5118.1131.59-
YUV107.2152.1588.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=15.81%
G=38.60%
B=45.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521271500.650.1500.41194.0848.5139.61
Hex347F9641F029c23128
Octal64177226101170513026150
Binary11010011111111001011010000011111010100111000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,150); }

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

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

 a { background-color: rgb(52,127,150); }

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

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

 span { border-color: rgb(52,127,150); }

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