Html Css Color HEX #3B7994 Jelly Bean

📋 copy color: '#3B7994'

red 59 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #3B7994

Tints of Jelly Bean #3B7994

RGB

 RED value IS 59 (23.44% from 255) = 17.99%

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 17.99%
G = 36.89%
B = 45.12%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B7994 (or 0x3B7994) is known color: Jelly Bean. HEX triplet: 3B, 79 and 94. RGB value is (59,121,148). Sum of RGB (Red+Green+Blue) = 59+121+148=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B7994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7994 is #C4866B. Grayscale: #696969. Windows color (decimal): -12879468 or 9730363. OLE color: 9730363.

HSL color Cylindrical-coordinate representation of color #3B7994: hue angle of 198.2º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B7994 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 121 148 -
CMYK 0.60 0.18 0 0.42
HSL 198.2º 0.43% 0.41% -
HSV(B) 198.2º 0.6% 0.58% -
XYZ 13.99 16.74 30.51 -
YUV 105.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 59 121 148 0.60 0.18 0 0.42 198.2 0.43 0.41
Hex 3B 79 94 3C 12 0 2A C6 2B 29
Octal 73 171 224 74 22 0 52 306 53 51
Binary 111011 1111001 10010100 111100 10010 0 101010 11000110 101011 101001

Color Harmonies of #3B7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7994

Black with #3B7994

Text Example


Text Example

White with #3B7994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,121,148); }

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

background-color css

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

 a { background-color: rgb(59,121,148); }

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

border-color css

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

 span { border-color: rgb(59,121,148); }

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