Html Css Color HEX #3A7991 Jelly Bean

📋 copy color: '#3A7991'

red 58 ◦ green 121 ◦ blue 145

#3A7991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #3A7991

Tints of Jelly Bean #3A7991

RGB

 RED value IS 58 (23.05% from 255) = 17.9%

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 17.9%
G = 37.35%
B = 44.75%

CMYK

 C value IS 0.6

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7991 (or 0x3A7991) is known color: Jelly Bean. HEX triplet: 3A, 79 and 91. RGB value is (58,121,145). Sum of RGB (Red+Green+Blue) = 58+121+145=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A7991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7991 is #C5866E. Grayscale: #686868. Windows color (decimal): -12945007 or 9533754. OLE color: 9533754.

HSL color Cylindrical-coordinate representation of color #3A7991: hue angle of 196.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7991 is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 121 145 -
CMYK 0.6 0.17 0 0.43
HSL 196.55º 0.43% 0.4% -
HSV(B) 196.55º 0.6% 0.57% -
XYZ 13.69 16.62 29.27 -
YUV 104.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 58 121 145 0.6 0.17 0 0.43 196.55 0.43 0.4
Hex 3A 79 91 3C 11 0 2B C5 2B 28
Octal 72 171 221 74 21 0 53 305 53 50
Binary 111010 1111001 10010001 111100 10001 0 101011 11000101 101011 101000

Color Harmonies of #3A7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7991

Black with #3A7991

Text Example


Text Example

White with #3A7991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A7991;
 }
 .AnyTagClassName
 {
   color: #3A7991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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