#347E8B

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

Shades of Jelly Bean #347E8B

Tints of Jelly Bean #347E8B

Color information

#347E8B (or 0x347E8B) is unknown color: approx Jelly Bean. HEX triplet: 34, 7E and 8B. RGB value is (52,126,139). Sum of RGB (Red+Green+Blue) = 52+126+139=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #347E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E8B is #CB8174. Grayscale: #696969. Windows color (decimal): -13336949 or 9141812. OLE color: 9141812.

HSL color Cylindrical-coordinate representation of color #347E8B: hue angle of 188.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347E8B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52126139-
CMYK0.630.0900.45
HSL188.97º45.55%37.45%-
HSV(B)188.97º62.59%54.51%-
XYZ13.5417.5227.09-
YUV105.36146.9889.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=16.40%
G=39.75%
B=43.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521261390.630.0900.45188.9745.5537.45
Hex347E8B3F902Dbd2e25
Octal6417621377110552755645
Binary1101001111110100010111111111001010110110111101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,139); }

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

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

 a { background-color: rgb(52,126,139); }

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

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

 span { border-color: rgb(52,126,139); }

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