Html Css Color HEX #3E8390 Jelly Bean

📋 copy color: '#3E8390'

red 62 ◦ green 131 ◦ blue 144

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

Shades of Jelly Bean #3E8390

Tints of Jelly Bean #3E8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 18.4%
G = 38.87%
B = 42.73%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E8390 (or 0x3E8390) is known color: Jelly Bean. HEX triplet: 3E, 83 and 90. RGB value is (62,131,144). Sum of RGB (Red+Green+Blue) = 62+131+144=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E8390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8390 is #C17C6F. Grayscale: #6F6F6F. Windows color (decimal): -12680304 or 9470782. OLE color: 9470782.

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

Color convert

RGB 62 131 144 -
CMYK 0.57 0.09 0 0.44
HSL 189.51º 0.4% 0.4% -
HSV(B) 189.51º 0.57% 0.56% -
XYZ 15.14 19.27 29.31 -
YUV 111.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 62 131 144 0.57 0.09 0 0.44 189.51 0.4 0.4
Hex 3E 83 90 39 9 0 2C BE 28 28
Octal 76 203 220 71 11 0 54 276 50 50
Binary 111110 10000011 10010000 111001 1001 0 101100 10111110 101000 101000

Color Harmonies of #3E8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8390

Black with #3E8390

Text Example


Text Example

White with #3E8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,131,144); }

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

background-color css

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

 a { background-color: rgb(62,131,144); }

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

border-color css

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

 span { border-color: rgb(62,131,144); }

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