#3F7990

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

Shades of Jelly Bean #3F7990

Tints of Jelly Bean #3F7990

Color information

#3F7990 (or 0x3F7990) is unknown color: approx Jelly Bean. HEX triplet: 3F, 79 and 90. RGB value is (63,121,144). Sum of RGB (Red+Green+Blue) = 63+121+144=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7990 is #C0866F. Grayscale: #6A6A6A. Windows color (decimal): -12617328 or 9468223. OLE color: 9468223.

HSL color Cylindrical-coordinate representation of color #3F7990: hue angle of 197.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7990 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB63121144-
CMYK0.560.1600.44
HSL197.04º39.13%40.59%-
HSV(B)197.04º56.25%56.47%-
XYZ13.9216.7528.88-
YUV106.28149.2897.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=19.21%
G=36.89%
B=43.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631211440.560.1600.44197.0439.1340.59
Hex3F7990381002Cc52729
Octal7717122070200543054751
Binary11111111110011001000011100010000010110011000101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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