#3D7794

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

Shades of Jelly Bean #3D7794

Tints of Jelly Bean #3D7794

Color information

#3D7794 (or 0x3D7794) is unknown color: approx Jelly Bean. HEX triplet: 3D, 77 and 94. RGB value is (61,119,148). Sum of RGB (Red+Green+Blue) = 61+119+148=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D7794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7794 is #C2886B. Grayscale: #686868. Windows color (decimal): -12748908 or 9729853. OLE color: 9729853.

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

Color convert

RGB61119148-
CMYK0.590.2000.42
HSL200º41.63%40.98%-
HSV(B)200º58.78%58.04%-
XYZ13.8716.3230.44-
YUV104.96152.2896.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=18.60%
G=36.28%
B=45.12%

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
Decimal611191480.590.2000.4220041.6340.98
Hex3D77943B1402Ac82a29
Octal7516722473240523105251
Binary11110111101111001010011101110100010101011001000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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