#3D7991

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

Shades of Jelly Bean #3D7991

Tints of Jelly Bean #3D7991

Color information

#3D7991 (or 0x3D7991) is unknown color: approx Jelly Bean. HEX triplet: 3D, 79 and 91. RGB value is (61,121,145). Sum of RGB (Red+Green+Blue) = 61+121+145=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D7991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7991 is #C2866E. Grayscale: #696969. Windows color (decimal): -12748399 or 9533757. OLE color: 9533757.

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

Color convert

RGB61121145-
CMYK0.580.1700.43
HSL197.14º40.78%40.39%-
HSV(B)197.14º57.93%56.86%-
XYZ13.8716.7129.28-
YUV105.8150.1296.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=18.65%
G=37.00%
B=44.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611211450.580.1700.43197.1440.7840.39
Hex3D79913A1102Bc52928
Octal7517122172210533055150
Binary11110111110011001000111101010001010101111000101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,145); }

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

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

 a { background-color: rgb(61,121,145); }

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

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

 span { border-color: rgb(61,121,145); }

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