#3D7694

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

Shades of Jelly Bean #3D7694

Tints of Jelly Bean #3D7694

Color information

#3D7694 (or 0x3D7694) is unknown color: approx Jelly Bean. HEX triplet: 3D, 76 and 94. RGB value is (61,118,148). Sum of RGB (Red+Green+Blue) = 61+118+148=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D7694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7694 is #C2896B. Grayscale: #686868. Windows color (decimal): -12749164 or 9729597. OLE color: 9729597.

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

Color convert

RGB61118148-
CMYK0.590.2000.42
HSL200.69º41.63%40.98%-
HSV(B)200.69º58.78%58.04%-
XYZ13.7516.0930.4-
YUV104.38152.6297.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=18.65%
G=36.09%
B=45.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611181480.590.2000.42200.6941.6340.98
Hex3D76943B1402Ac92a29
Octal7516622473240523115251
Binary11110111101101001010011101110100010101011001001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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