#3F7392

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

Shades of Jelly Bean #3F7392

Tints of Jelly Bean #3F7392

Color information

#3F7392 (or 0x3F7392) is unknown color: approx Jelly Bean. HEX triplet: 3F, 73 and 92. RGB value is (63,115,146). Sum of RGB (Red+Green+Blue) = 63+115+146=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F7392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7392 is #C08C6D. Grayscale: #666666. Windows color (decimal): -12618862 or 9597759. OLE color: 9597759.

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

Color convert

RGB63115146-
CMYK0.570.2100.43
HSL202.41º39.71%40.98%-
HSV(B)202.41º56.85%57.25%-
XYZ13.3715.3929.46-
YUV102.99152.2799.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=19.44%
G=35.49%
B=45.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631151460.570.2100.43202.4139.7140.98
Hex3F7392391502Bca2829
Octal7716322271250533125051
Binary11111111100111001001011100110101010101111001010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,146); }

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

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

 a { background-color: rgb(63,115,146); }

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

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

 span { border-color: rgb(63,115,146); }

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