#3A7998

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

Shades of Jelly Bean #3A7998

Tints of Jelly Bean #3A7998

Color information

#3A7998 (or 0x3A7998) is unknown color: approx Jelly Bean. HEX triplet: 3A, 79 and 98. RGB value is (58,121,152). Sum of RGB (Red+Green+Blue) = 58+121+152=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A7998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7998 is #C58667. Grayscale: #696969. Windows color (decimal): -12945000 or 9992506. OLE color: 9992506.

HSL color Cylindrical-coordinate representation of color #3A7998: hue angle of 199.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7998 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58121152-
CMYK0.620.2000.40
HSL199.79º44.76%41.18%-
HSV(B)199.79º61.84%59.61%-
XYZ14.2516.8432.21-
YUV105.7154.1393.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=17.52%
G=36.56%
B=45.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581211520.620.2000.40199.7944.7641.18
Hex3A79983E14028c82d29
Octal7217123076240503105551
Binary11101011110011001100011111010100010100011001000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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