#3A7790

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

Shades of Jelly Bean #3A7790

Tints of Jelly Bean #3A7790

Color information

#3A7790 (or 0x3A7790) is unknown color: approx Jelly Bean. HEX triplet: 3A, 77 and 90. RGB value is (58,119,144). Sum of RGB (Red+Green+Blue) = 58+119+144=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A7790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7790 is #C5886F. Grayscale: #676767. Windows color (decimal): -12945520 or 9467706. OLE color: 9467706.

HSL color Cylindrical-coordinate representation of color #3A7790: hue angle of 197.44º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7790 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58119144-
CMYK0.600.1700.44
HSL197.44º42.57%39.61%-
HSV(B)197.44º59.72%56.47%-
XYZ13.3816.1128.79-
YUV103.61150.7995.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=18.07%
G=37.07%
B=44.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581191440.600.1700.44197.4442.5739.61
Hex3A77903C1102Cc52b28
Octal7216722074210543055350
Binary11101011101111001000011110010001010110011000101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,144); }

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

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

 a { background-color: rgb(58,119,144); }

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

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

 span { border-color: rgb(58,119,144); }

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