Html Css Color HEX #3A7892 Jelly Bean

📋 copy color: '#3A7892'

red 58 ◦ green 120 ◦ blue 146

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

Shades of Jelly Bean #3A7892

Tints of Jelly Bean #3A7892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

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

R = 17.9%
G = 37.04%
B = 45.06%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A7892 (or 0x3A7892) is known color: Jelly Bean. HEX triplet: 3A, 78 and 92. RGB value is (58,120,146). Sum of RGB (Red+Green+Blue) = 58+120+146=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A7892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7892 is #C5876D. Grayscale: #686868. Windows color (decimal): -12945262 or 9599034. OLE color: 9599034.

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

Color convert

RGB 58 120 146 -
CMYK 0.60 0.18 0 0.43
HSL 197.73º 0.43% 0.4% -
HSV(B) 197.73º 0.6% 0.57% -
XYZ 13.65 16.41 29.64 -
YUV 104.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 58 120 146 0.60 0.18 0 0.43 197.73 0.43 0.4
Hex 3A 78 92 3C 12 0 2B C6 2B 28
Octal 72 170 222 74 22 0 53 306 53 50
Binary 111010 1111000 10010010 111100 10010 0 101011 11000110 101011 101000

Color Harmonies of #3A7892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7892

Black with #3A7892

Text Example


Text Example

White with #3A7892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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