Html Css Color HEX #3A7793 Jelly Bean

📋 copy color: '#3A7793'

red 58 ◦ green 119 ◦ blue 147

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

Shades of Jelly Bean #3A7793

Tints of Jelly Bean #3A7793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 17.9%
G = 36.73%
B = 45.37%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A7793 (or 0x3A7793) is known color: Jelly Bean. HEX triplet: 3A, 77 and 93. RGB value is (58,119,147). Sum of RGB (Red+Green+Blue) = 58+119+147=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A7793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7793 is #C5886C. Grayscale: #676767. Windows color (decimal): -12945517 or 9664314. OLE color: 9664314.

HSL color Cylindrical-coordinate representation of color #3A7793: hue angle of 198.88º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7793 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 119 147 -
CMYK 0.61 0.19 0 0.42
HSL 198.88º 0.43% 0.4% -
HSV(B) 198.88º 0.61% 0.58% -
XYZ 13.61 16.2 30.01 -
YUV 103.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 58 119 147 0.61 0.19 0 0.42 198.88 0.43 0.4
Hex 3A 77 93 3D 13 0 2A C7 2B 28
Octal 72 167 223 75 23 0 52 307 53 50
Binary 111010 1110111 10010011 111101 10011 0 101010 11000111 101011 101000

Color Harmonies of #3A7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7793

Black with #3A7793

Text Example


Text Example

White with #3A7793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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