#3F7590

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

Shades of Jelly Bean #3F7590

Tints of Jelly Bean #3F7590

Color information

#3F7590 (or 0x3F7590) is unknown color: approx Jelly Bean. HEX triplet: 3F, 75 and 90. RGB value is (63,117,144). Sum of RGB (Red+Green+Blue) = 63+117+144=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7590 is #C08A6F. Grayscale: #676767. Windows color (decimal): -12618352 or 9467199. OLE color: 9467199.

HSL color Cylindrical-coordinate representation of color #3F7590: hue angle of 200º 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 #3F7590 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB63117144-
CMYK0.560.1900.44
HSL200º39.13%40.59%-
HSV(B)200º56.25%56.47%-
XYZ13.4515.7928.73-
YUV103.93150.6198.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=19.44%
G=36.11%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631171440.560.1900.4420039.1340.59
Hex3F7590381302Cc82729
Octal7716522070230543104751
Binary11111111101011001000011100010011010110011001000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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