#3B7A91

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

Shades of Jelly Bean #3B7A91

Tints of Jelly Bean #3B7A91

Color information

#3B7A91 (or 0x3B7A91) is unknown color: approx Jelly Bean. HEX triplet: 3B, 7A and 91. RGB value is (59,122,145). Sum of RGB (Red+Green+Blue) = 59+122+145=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B7A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7A91 is #C4856E. Grayscale: #696969. Windows color (decimal): -12879215 or 9534011. OLE color: 9534011.

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

Color convert

RGB59122145-
CMYK0.590.1600.43
HSL196.05º42.16%40%-
HSV(B)196.05º59.31%56.86%-
XYZ13.8716.8929.32-
YUV105.78150.1394.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=18.10%
G=37.42%
B=44.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591221450.590.1600.43196.0542.1640
Hex3B7A913B1002Bc42a28
Octal7317222173200533045250
Binary11101111110101001000111101110000010101111000100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,122,145); }

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

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

 a { background-color: rgb(59,122,145); }

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

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

 span { border-color: rgb(59,122,145); }

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