#3D7692

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

Shades of Jelly Bean #3D7692

Tints of Jelly Bean #3D7692

Color information

#3D7692 (or 0x3D7692) is unknown color: approx Jelly Bean. HEX triplet: 3D, 76 and 92. RGB value is (61,118,146). Sum of RGB (Red+Green+Blue) = 61+118+146=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D7692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7692 is #C2896D. Grayscale: #676767. Windows color (decimal): -12749166 or 9598525. OLE color: 9598525.

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

Color convert

RGB61118146-
CMYK0.580.1900.43
HSL199.76º41.06%40.59%-
HSV(B)199.76º58.22%57.25%-
XYZ13.5916.0229.57-
YUV104.15151.6297.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=18.77%
G=36.31%
B=44.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611181460.580.1900.43199.7641.0640.59
Hex3D76923A1302Bc82929
Octal7516622272230533105151
Binary11110111101101001001011101010011010101111001000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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