Html Css Color HEX #3E778B Jelly Bean

📋 copy color: '#3E778B'

red 62 ◦ green 119 ◦ blue 139

#3E778B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #3E778B

Tints of Jelly Bean #3E778B

RGB

 RED value IS 62 (24.61% from 255) = 19.38%

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 19.38%
G = 37.19%
B = 43.44%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E778B (or 0x3E778B) is known color: Jelly Bean. HEX triplet: 3E, 77 and 8B. RGB value is (62,119,139). Sum of RGB (Red+Green+Blue) = 62+119+139=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E778B is #C18874. Grayscale: #686868. Windows color (decimal): -12683381 or 9140030. OLE color: 9140030.

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

Color convert

RGB 62 119 139 -
CMYK 0.55 0.14 0 0.45
HSL 195.58º 0.38% 0.39% -
HSV(B) 195.58º 0.55% 0.55% -
XYZ 13.24 16.08 26.83 -
YUV 104.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 62 119 139 0.55 0.14 0 0.45 195.58 0.38 0.39
Hex 3E 77 8B 37 E 0 2D C4 26 27
Octal 76 167 213 67 16 0 55 304 46 47
Binary 111110 1110111 10001011 110111 1110 0 101101 11000100 100110 100111

Color Harmonies of #3E778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E778B

Black with #3E778B

Text Example


Text Example

White with #3E778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E778B;
 }
 .AnyTagClassName
 {
   color: #3E778B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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