#3E778F

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

Shades of Jelly Bean #3E778F

Tints of Jelly Bean #3E778F

Color information

#3E778F (or 0x3E778F) is unknown color: approx Jelly Bean. HEX triplet: 3E, 77 and 8F. RGB value is (62,119,143). Sum of RGB (Red+Green+Blue) = 62+119+143=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E778F is #C18870. Grayscale: #686868. Windows color (decimal): -12683377 or 9402174. OLE color: 9402174.

HSL color Cylindrical-coordinate representation of color #3E778F: hue angle of 197.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E778F is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB62119143-
CMYK0.570.1700.44
HSL197.78º39.51%40.2%-
HSV(B)197.78º56.64%56.08%-
XYZ13.5416.228.4-
YUV104.69149.6297.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.14%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=19.14%
G=36.73%
B=44.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621191430.570.1700.44197.7839.5140.2
Hex3E778F391102Cc62828
Octal7616721771210543065050
Binary11111011101111000111111100110001010110011000110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,119,143); }

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

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

 a { background-color: rgb(62,119,143); }

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

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

 span { border-color: rgb(62,119,143); }

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