#3E7E90

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

Shades of Jelly Bean #3E7E90

Tints of Jelly Bean #3E7E90

Color information

#3E7E90 (or 0x3E7E90) is unknown color: approx Jelly Bean. HEX triplet: 3E, 7E and 90. RGB value is (62,126,144). Sum of RGB (Red+Green+Blue) = 62+126+144=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E7E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7E90 is #C1816F. Grayscale: #6C6C6C. Windows color (decimal): -12681584 or 9469502. OLE color: 9469502.

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

Color convert

RGB62126144-
CMYK0.570.1200.44
HSL193.17º39.81%40.39%-
HSV(B)193.17º56.94%56.47%-
XYZ14.4817.9629.09-
YUV108.92147.894.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=18.67%
G=37.95%
B=43.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621261440.570.1200.44193.1739.8140.39
Hex3E7E9039C02Cc12828
Octal7617622071140543015050
Binary1111101111110100100001110011100010110011000001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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