#3F7593

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

Shades of Jelly Bean #3F7593

Tints of Jelly Bean #3F7593

Color information

#3F7593 (or 0x3F7593) is unknown color: approx Jelly Bean. HEX triplet: 3F, 75 and 93. RGB value is (63,117,147). Sum of RGB (Red+Green+Blue) = 63+117+147=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F7593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7593 is #C08A6C. Grayscale: #686868. Windows color (decimal): -12618349 or 9663807. OLE color: 9663807.

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

Color convert

RGB63117147-
CMYK0.570.2000.42
HSL201.43º40%41.18%-
HSV(B)201.43º57.14%57.65%-
XYZ13.6815.8929.95-
YUV104.27152.1198.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=19.27%
G=35.78%
B=44.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631171470.570.2000.42201.434041.18
Hex3F7593391402Ac92829
Octal7716522371240523115051
Binary11111111101011001001111100110100010101011001001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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