#3E818F

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

Shades of Jelly Bean #3E818F

Tints of Jelly Bean #3E818F

Color information

#3E818F (or 0x3E818F) is unknown color: approx Jelly Bean. HEX triplet: 3E, 81 and 8F. RGB value is (62,129,143). Sum of RGB (Red+Green+Blue) = 62+129+143=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E818F is #C17E70. Grayscale: #6E6E6E. Windows color (decimal): -12680817 or 9404734. OLE color: 9404734.

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

Color convert

RGB62129143-
CMYK0.570.1000.44
HSL190.37º39.51%40.2%-
HSV(B)190.37º56.64%56.08%-
XYZ14.7918.7128.82-
YUV110.56146.393.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=18.56%
G=38.62%
B=42.81%

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
Decimal621291430.570.1000.44190.3739.5140.2
Hex3E818F39A02Cbe2828
Octal7620121771120542765050
Binary11111010000001100011111110011010010110010111110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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