#3D7E9B

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

Shades of Jelly Bean #3D7E9B

Tints of Jelly Bean #3D7E9B

Color information

#3D7E9B (or 0x3D7E9B) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7E and 9B. RGB value is (61,126,155). Sum of RGB (Red+Green+Blue) = 61+126+155=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D7E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7E9B is #C28164. Grayscale: #6D6D6D. Windows color (decimal): -12747109 or 10190397. OLE color: 10190397.

HSL color Cylindrical-coordinate representation of color #3D7E9B: hue angle of 198.51º 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 #3D7E9B is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61126155-
CMYK0.610.1900.39
HSL198.51º43.52%42.35%-
HSV(B)198.51º60.65%60.78%-
XYZ15.318.2833.73-
YUV109.87153.4793.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.84%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=17.84%
G=36.84%
B=45.32%

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
Decimal611261550.610.1900.39198.5143.5242.35
Hex3D7E9B3D13027c72c2a
Octal7517623375230473075452
Binary11110111111101001101111110110011010011111000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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