#3A7E9D

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

Shades of Jelly Bean #3A7E9D

Tints of Jelly Bean #3A7E9D

Color information

#3A7E9D (or 0x3A7E9D) is unknown color: approx Jelly Bean. HEX triplet: 3A, 7E and 9D. RGB value is (58,126,157). Sum of RGB (Red+Green+Blue) = 58+126+157=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A7E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7E9D is #C58162. Grayscale: #6D6D6D. Windows color (decimal): -12943715 or 10321466. OLE color: 10321466.

HSL color Cylindrical-coordinate representation of color #3A7E9D: hue angle of 198.79º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A7E9D is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58126157-
CMYK0.630.2000.38
HSL198.79º46.05%42.16%-
HSV(B)198.79º63.06%61.57%-
XYZ15.2918.2634.62-
YUV109.2154.9791.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.01%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=17.01%
G=36.95%
B=46.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581261570.630.2000.38198.7946.0542.16
Hex3A7E9D3F14026c72e2a
Octal7217623577240463075652
Binary11101011111101001110111111110100010011011000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,157); }

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

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

 a { background-color: rgb(58,126,157); }

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

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

 span { border-color: rgb(58,126,157); }

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