#3E8195

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

Shades of Jelly Bean #3E8195

Tints of Jelly Bean #3E8195

Color information

#3E8195 (or 0x3E8195) is unknown color: approx Jelly Bean. HEX triplet: 3E, 81 and 95. RGB value is (62,129,149). Sum of RGB (Red+Green+Blue) = 62+129+149=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E8195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8195 is #C17E6A. Grayscale: #6F6F6F. Windows color (decimal): -12680811 or 9797950. OLE color: 9797950.

HSL color Cylindrical-coordinate representation of color #3E8195: hue angle of 193.79º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E8195 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB62129149-
CMYK0.580.1300.42
HSL193.79º41.23%41.37%-
HSV(B)193.79º58.39%58.43%-
XYZ15.2618.8931.28-
YUV111.25149.392.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.24%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=18.24%
G=37.94%
B=43.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621291490.580.1300.42193.7941.2341.37
Hex3E81953AD02Ac22929
Octal7620122572150523025151
Binary11111010000001100101011110101101010101011000010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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