#3E7B94

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

Shades of Jelly Bean #3E7B94

Tints of Jelly Bean #3E7B94

Color information

#3E7B94 (or 0x3E7B94) is unknown color: approx Jelly Bean. HEX triplet: 3E, 7B and 94. RGB value is (62,123,148). Sum of RGB (Red+Green+Blue) = 62+123+148=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E7B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7B94 is #C1846B. Grayscale: #6B6B6B. Windows color (decimal): -12682348 or 9730878. OLE color: 9730878.

HSL color Cylindrical-coordinate representation of color #3E7B94: hue angle of 197.44º 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 #3E7B94 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB62123148-
CMYK0.580.1700.42
HSL197.44º40.95%41.18%-
HSV(B)197.44º58.11%58.04%-
XYZ14.4117.3330.6-
YUV107.61150.7995.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.62%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=18.62%
G=36.94%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621231480.580.1700.42197.4440.9541.18
Hex3E7B943A1102Ac52929
Octal7617322472210523055151
Binary11111011110111001010011101010001010101011000101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,148); }

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

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

 a { background-color: rgb(62,123,148); }

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

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

 span { border-color: rgb(62,123,148); }

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