#3a7d96

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

Shades of Jelly Bean #3A7D96

Tints of Jelly Bean #3A7D96

Color information

#3A7D96 (or 0x3A7D96) is unknown color: approx Jelly Bean. HEX triplet: 3A, 7D and 96. RGB value is (58,125,150). Sum of RGB (Red+Green+Blue) = 58+125+150=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A7D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7D96 is #C58269. Grayscale: #6B6B6B. Windows color (decimal): -12943978 or 9862458. OLE color: 9862458.

HSL color Cylindrical-coordinate representation of color #3A7D96: hue angle of 196.3º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7D96 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB58125150-
CMYK0.610.1700.41
HSL196.3º44.23%40.78%-
HSV(B)196.3º61.33%58.82%-
XYZ14.5817.7731.52-
YUV107.82151.892.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=17.42%
G=37.54%
B=45.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581251500.610.1700.41196.344.2340.78
Hex3A7D963D11029c42c29
Octal7217522675210513045451
Binary11101011111011001011011110110001010100111000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,125,150); }

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

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

 a { background-color: rgb(58,125,150); }

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

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

 span { border-color: rgb(58,125,150); }

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