#3B7694

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

Shades of Jelly Bean #3B7694

Tints of Jelly Bean #3B7694

Color information

#3B7694 (or 0x3B7694) is unknown color: approx Jelly Bean. HEX triplet: 3B, 76 and 94. RGB value is (59,118,148). Sum of RGB (Red+Green+Blue) = 59+118+148=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B7694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7694 is #C4896B. Grayscale: #676767. Windows color (decimal): -12880236 or 9729595. OLE color: 9729595.

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

Color convert

RGB59118148-
CMYK0.600.2000.42
HSL200.22º43%40.59%-
HSV(B)200.22º60.14%58.04%-
XYZ13.6316.0230.39-
YUV103.78152.9596.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=18.15%
G=36.31%
B=45.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591181480.600.2000.42200.224340.59
Hex3B76943C1402Ac82b29
Octal7316622474240523105351
Binary11101111101101001010011110010100010101011001000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,148); }

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

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

 a { background-color: rgb(59,118,148); }

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

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

 span { border-color: rgb(59,118,148); }

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