#3F7491

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

Shades of Jelly Bean #3F7491

Tints of Jelly Bean #3F7491

Color information

#3F7491 (or 0x3F7491) is unknown color: approx Jelly Bean. HEX triplet: 3F, 74 and 91. RGB value is (63,116,145). Sum of RGB (Red+Green+Blue) = 63+116+145=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7491 is #C08B6E. Grayscale: #676767. Windows color (decimal): -12618607 or 9532479. OLE color: 9532479.

HSL color Cylindrical-coordinate representation of color #3F7491: hue angle of 201.22º degrees, saturation: 0.39, 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 #3F7491 is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB63116145-
CMYK0.570.200.43
HSL201.22º39.42%40.78%-
HSV(B)201.22º56.55%56.86%-
XYZ13.4115.5929.09-
YUV103.46151.4499.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=19.44%
G=35.80%
B=44.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631161450.570.200.43201.2239.4240.78
Hex3F7491391402Bc92729
Octal7716422171240533114751
Binary11111111101001001000111100110100010101111001001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,145); }

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

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

 a { background-color: rgb(63,116,145); }

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

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

 span { border-color: rgb(63,116,145); }

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