#3E7E8E

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

Shades of Jelly Bean #3E7E8E

Tints of Jelly Bean #3E7E8E

Color information

#3E7E8E (or 0x3E7E8E) is unknown color: approx Jelly Bean. HEX triplet: 3E, 7E and 8E. RGB value is (62,126,142). Sum of RGB (Red+Green+Blue) = 62+126+142=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E7E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7E8E is #C18171. Grayscale: #6C6C6C. Windows color (decimal): -12681586 or 9338430. OLE color: 9338430.

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

Color convert

RGB62126142-
CMYK0.560.1100.44
HSL192º39.22%40%-
HSV(B)192º56.34%55.69%-
XYZ14.3317.928.29-
YUV108.69146.894.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=18.79%
G=38.18%
B=43.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621261420.560.1100.4419239.2240
Hex3E7E8E38B02Cc02728
Octal7617621670130543004750
Binary1111101111110100011101110001011010110011000000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,126,142); }

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

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

 a { background-color: rgb(62,126,142); }

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

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

 span { border-color: rgb(62,126,142); }

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