#3D7A9B

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

Shades of Jelly Bean #3D7A9B

Tints of Jelly Bean #3D7A9B

Color information

#3D7A9B (or 0x3D7A9B) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7A and 9B. RGB value is (61,122,155). Sum of RGB (Red+Green+Blue) = 61+122+155=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D7A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7A9B is #C28564. Grayscale: #6B6B6B. Windows color (decimal): -12748133 or 10189373. OLE color: 10189373.

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

Color convert

RGB61122155-
CMYK0.610.2100.39
HSL201.06º43.52%42.35%-
HSV(B)201.06º60.65%60.78%-
XYZ14.817.2833.57-
YUV107.52154.7994.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=18.05%
G=36.09%
B=45.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611221550.610.2100.39201.0643.5242.35
Hex3D7A9B3D15027c92c2a
Octal7517223375250473115452
Binary11110111110101001101111110110101010011111001001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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