#3F7999

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

Shades of Jelly Bean #3F7999

Tints of Jelly Bean #3F7999

Color information

#3F7999 (or 0x3F7999) is unknown color: approx Jelly Bean. HEX triplet: 3F, 79 and 99. RGB value is (63,121,153). Sum of RGB (Red+Green+Blue) = 63+121+153=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F7999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7999 is #C08666. Grayscale: #6B6B6B. Windows color (decimal): -12617319 or 10058047. OLE color: 10058047.

HSL color Cylindrical-coordinate representation of color #3F7999: hue angle of 201.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F7999 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB63121153-
CMYK0.590.2100.4
HSL201.33º41.67%42.35%-
HSV(B)201.33º58.82%60%-
XYZ14.6417.0332.65-
YUV107.31153.7896.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=18.69%
G=35.91%
B=45.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631211530.590.2100.4201.3341.6742.35
Hex3F79993B15028c92a2a
Octal7717123173250503115252
Binary11111111110011001100111101110101010100011001001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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