#3D7D9B

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

Shades of Jelly Bean #3D7D9B

Tints of Jelly Bean #3D7D9B

Color information

#3D7D9B (or 0x3D7D9B) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7D and 9B. RGB value is (61,125,155). Sum of RGB (Red+Green+Blue) = 61+125+155=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D7D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7D9B is #C28264. Grayscale: #6D6D6D. Windows color (decimal): -12747365 or 10190141. OLE color: 10190141.

HSL color Cylindrical-coordinate representation of color #3D7D9B: hue angle of 199.15º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D7D9B is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61125155-
CMYK0.610.1900.39
HSL199.15º43.52%42.35%-
HSV(B)199.15º60.65%60.78%-
XYZ15.1718.0333.69-
YUV109.28153.893.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=17.89%
G=36.66%
B=45.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611251550.610.1900.39199.1543.5242.35
Hex3D7D9B3D13027c72c2a
Octal7517523375230473075452
Binary11110111111011001101111110110011010011111000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,155); }

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

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

 a { background-color: rgb(61,125,155); }

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

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

 span { border-color: rgb(61,125,155); }

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