#347C92

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

Shades of Jelly Bean #347C92

Tints of Jelly Bean #347C92

Color information

#347C92 (or 0x347C92) is unknown color: approx Jelly Bean. HEX triplet: 34, 7C and 92. RGB value is (52,124,146). Sum of RGB (Red+Green+Blue) = 52+124+146=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #347C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C92 is #CB836D. Grayscale: #686868. Windows color (decimal): -13337454 or 9600052. OLE color: 9600052.

HSL color Cylindrical-coordinate representation of color #347C92: hue angle of 194.04º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347C92 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52124146-
CMYK0.640.1500.43
HSL194.04º47.47%38.82%-
HSV(B)194.04º64.38%57.25%-
XYZ13.8117.2229.79-
YUV104.98151.1590.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=16.15%
G=38.51%
B=45.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521241460.640.1500.43194.0447.4738.82
Hex347C9240F02Bc22f27
Octal64174222100170533025747
Binary11010011111001001001010000001111010101111000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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