Html Css Color HEX #3A7992 Jelly Bean

📋 copy color: '#3A7992'

red 58 ◦ green 121 ◦ blue 146

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

Shades of Jelly Bean #3A7992

Tints of Jelly Bean #3A7992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 17.85%
G = 37.23%
B = 44.92%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7992 (or 0x3A7992) is known color: Jelly Bean. HEX triplet: 3A, 79 and 92. RGB value is (58,121,146). Sum of RGB (Red+Green+Blue) = 58+121+146=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7992 is #C5866D. Grayscale: #686868. Windows color (decimal): -12945006 or 9599290. OLE color: 9599290.

HSL color Cylindrical-coordinate representation of color #3A7992: hue angle of 197.05º 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 #3A7992 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 121 146 -
CMYK 0.60 0.17 0 0.43
HSL 197.05º 0.43% 0.4% -
HSV(B) 197.05º 0.6% 0.57% -
XYZ 13.77 16.65 29.68 -
YUV 105.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 58 121 146 0.60 0.17 0 0.43 197.05 0.43 0.4
Hex 3A 79 92 3C 11 0 2B C5 2B 28
Octal 72 171 222 74 21 0 53 305 53 50
Binary 111010 1111001 10010010 111100 10001 0 101011 11000101 101011 101000

Color Harmonies of #3A7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7992

Black with #3A7992

Text Example


Text Example

White with #3A7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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