Html Css Color HEX #3A7796 Jelly Bean

📋 copy color: '#3A7796'

red 58 ◦ green 119 ◦ blue 150

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

Shades of Jelly Bean #3A7796

Tints of Jelly Bean #3A7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 17.74%
G = 36.39%
B = 45.87%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A7796 (or 0x3A7796) is known color: Jelly Bean. HEX triplet: 3A, 77 and 96. RGB value is (58,119,150). Sum of RGB (Red+Green+Blue) = 58+119+150=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7796 is #C58869. Grayscale: #686868. Windows color (decimal): -12945514 or 9860922. OLE color: 9860922.

HSL color Cylindrical-coordinate representation of color #3A7796: hue angle of 200.22º 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 #3A7796 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 119 150 -
CMYK 0.61 0.21 0 0.41
HSL 200.22º 0.44% 0.41% -
HSV(B) 200.22º 0.61% 0.59% -
XYZ 13.85 16.3 31.27 -
YUV 104.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 58 119 150 0.61 0.21 0 0.41 200.22 0.44 0.41
Hex 3A 77 96 3D 15 0 29 C8 2C 29
Octal 72 167 226 75 25 0 51 310 54 51
Binary 111010 1110111 10010110 111101 10101 0 101001 11001000 101100 101001

Color Harmonies of #3A7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7796

Black with #3A7796

Text Example


Text Example

White with #3A7796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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