#3F8293

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

Shades of Jelly Bean #3F8293

Tints of Jelly Bean #3F8293

Color information

#3F8293 (or 0x3F8293) is unknown color: approx Jelly Bean. HEX triplet: 3F, 82 and 93. RGB value is (63,130,147). Sum of RGB (Red+Green+Blue) = 63+130+147=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F8293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8293 is #C07D6C. Grayscale: #6F6F6F. Windows color (decimal): -12615021 or 9667135. OLE color: 9667135.

HSL color Cylindrical-coordinate representation of color #3F8293: hue angle of 192.14º 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 #3F8293 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB63130147-
CMYK0.570.1200.42
HSL192.14º40%41.18%-
HSV(B)192.14º57.14%57.65%-
XYZ15.319.1330.49-
YUV111.9147.893.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=18.53%
G=38.24%
B=43.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631301470.570.1200.42192.144041.18
Hex3F829339C02Ac02829
Octal7720222371140523005051
Binary11111110000010100100111110011100010101011000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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