#3F798C

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

Shades of Jelly Bean #3F798C

Tints of Jelly Bean #3F798C

Color information

#3F798C (or 0x3F798C) is unknown color: approx Jelly Bean. HEX triplet: 3F, 79 and 8C. RGB value is (63,121,140). Sum of RGB (Red+Green+Blue) = 63+121+140=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F798C is #C08673. Grayscale: #696969. Windows color (decimal): -12617332 or 9206079. OLE color: 9206079.

HSL color Cylindrical-coordinate representation of color #3F798C: hue angle of 194.81º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F798C is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63121140-
CMYK0.550.1400.45
HSL194.81º37.93%39.8%-
HSV(B)194.81º55%54.9%-
XYZ13.6216.6227.3-
YUV105.82147.2897.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=19.44%
G=37.35%
B=43.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631211400.550.1400.45194.8137.9339.8
Hex3F798C37E02Dc32628
Octal7717121467160553034650
Binary1111111111001100011001101111110010110111000011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F798C; }

 p { color: rgb(63,121,140); }

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

<style>
 a { background-color: #3F798C; }

 a { background-color: rgb(63,121,140); }

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

<style>
 span { border-color: #3F798C; }

 span { border-color: rgb(63,121,140); }

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