#3E8190

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

Shades of Jelly Bean #3E8190

Tints of Jelly Bean #3E8190

Color information

#3E8190 (or 0x3E8190) is unknown color: approx Jelly Bean. HEX triplet: 3E, 81 and 90. RGB value is (62,129,144). Sum of RGB (Red+Green+Blue) = 62+129+144=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E8190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8190 is #C17E6F. Grayscale: #6E6E6E. Windows color (decimal): -12680816 or 9470270. OLE color: 9470270.

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

Color convert

RGB62129144-
CMYK0.570.1000.44
HSL190.98º39.81%40.39%-
HSV(B)190.98º56.94%56.47%-
XYZ14.8718.7429.22-
YUV110.68146.893.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=18.51%
G=38.51%
B=42.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621291440.570.1000.44190.9839.8140.39
Hex3E819039A02Cbf2828
Octal7620122071120542775050
Binary11111010000001100100001110011010010110010111111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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