#3a7794

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

Shades of Jelly Bean #3A7794

Tints of Jelly Bean #3A7794

Color information

#3A7794 (or 0x3A7794) is unknown color: approx Jelly Bean. HEX triplet: 3A, 77 and 94. RGB value is (58,119,148). Sum of RGB (Red+Green+Blue) = 58+119+148=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A7794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7794 is #C5886B. Grayscale: #676767. Windows color (decimal): -12945516 or 9729850. OLE color: 9729850.

HSL color Cylindrical-coordinate representation of color #3A7794: hue angle of 199.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7794 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58119148-
CMYK0.610.2000.42
HSL199.33º43.69%40.39%-
HSV(B)199.33º60.81%58.04%-
XYZ13.6916.2330.43-
YUV104.07152.7995.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=17.85%
G=36.62%
B=45.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581191480.610.2000.42199.3343.6940.39
Hex3A77943D1402Ac72c28
Octal7216722475240523075450
Binary11101011101111001010011110110100010101011000111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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