#3F8193

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

Shades of Jelly Bean #3F8193

Tints of Jelly Bean #3F8193

Color information

#3F8193 (or 0x3F8193) is unknown color: approx Jelly Bean. HEX triplet: 3F, 81 and 93. RGB value is (63,129,147). Sum of RGB (Red+Green+Blue) = 63+129+147=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F8193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8193 is #C07E6C. Grayscale: #6F6F6F. Windows color (decimal): -12615277 or 9666879. OLE color: 9666879.

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

Color convert

RGB63129147-
CMYK0.570.1200.42
HSL192.86º40%41.18%-
HSV(B)192.86º57.14%57.65%-
XYZ15.1718.8630.45-
YUV111.32148.1393.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.58%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=18.58%
G=38.05%
B=43.36%

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
Decimal631291470.570.1200.42192.864041.18
Hex3F819339C02Ac12829
Octal7720122371140523015051
Binary11111110000001100100111110011100010101011000001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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