#3F778C

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

Shades of Jelly Bean #3F778C

Tints of Jelly Bean #3F778C

Color information

#3F778C (or 0x3F778C) is unknown color: approx Jelly Bean. HEX triplet: 3F, 77 and 8C. RGB value is (63,119,140). Sum of RGB (Red+Green+Blue) = 63+119+140=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F778C is #C08873. Grayscale: #686868. Windows color (decimal): -12617844 or 9205567. OLE color: 9205567.

HSL color Cylindrical-coordinate representation of color #3F778C: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F778C is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB63119140-
CMYK0.550.1500.45
HSL196.36º37.93%39.8%-
HSV(B)196.36º55%54.9%-
XYZ13.3816.1427.22-
YUV104.65147.9598.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=19.57%
G=36.96%
B=43.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631191400.550.1500.45196.3637.9339.8
Hex3F778C37F02Dc42628
Octal7716721467170553044650
Binary1111111110111100011001101111111010110111000100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,140); }

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

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

 a { background-color: rgb(63,119,140); }

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

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

 span { border-color: rgb(63,119,140); }

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