#3A798D

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

Shades of Jelly Bean #3A798D

Tints of Jelly Bean #3A798D

Color information

#3A798D (or 0x3A798D) is unknown color: approx Jelly Bean. HEX triplet: 3A, 79 and 8D. RGB value is (58,121,141). Sum of RGB (Red+Green+Blue) = 58+121+141=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A798D is #C58672. Grayscale: #686868. Windows color (decimal): -12945011 or 9271610. OLE color: 9271610.

HSL color Cylindrical-coordinate representation of color #3A798D: hue angle of 194.46º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A798D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58121141-
CMYK0.590.1400.45
HSL194.46º41.71%39.02%-
HSV(B)194.46º58.87%55.29%-
XYZ13.3916.527.68-
YUV104.44148.6394.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=18.12%
G=37.81%
B=44.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581211410.590.1400.45194.4641.7139.02
Hex3A798D3BE02Dc22a27
Octal7217121573160553025247
Binary1110101111001100011011110111110010110111000010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,141); }

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

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

 a { background-color: rgb(58,121,141); }

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

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

 span { border-color: rgb(58,121,141); }

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