Html Css Color HEX #3B7999 Jelly Bean

📋 copy color: '#3B7999'

red 59 ◦ green 121 ◦ blue 153

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

Shades of Jelly Bean #3B7999

Tints of Jelly Bean #3B7999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 17.72%
G = 36.34%
B = 45.95%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B7999 (or 0x3B7999) is known color: Jelly Bean. HEX triplet: 3B, 79 and 99. RGB value is (59,121,153). Sum of RGB (Red+Green+Blue) = 59+121+153=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B7999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7999 is #C48666. Grayscale: #696969. Windows color (decimal): -12879463 or 10058043. OLE color: 10058043.

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

Color convert

RGB 59 121 153 -
CMYK 0.61 0.21 0 0.4
HSL 200.43º 0.44% 0.42% -
HSV(B) 200.43º 0.61% 0.6% -
XYZ 14.39 16.9 32.64 -
YUV 106.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 59 121 153 0.61 0.21 0 0.4 200.43 0.44 0.42
Hex 3B 79 99 3D 15 0 28 C8 2C 2A
Octal 73 171 231 75 25 0 50 310 54 52
Binary 111011 1111001 10011001 111101 10101 0 101000 11001000 101100 101010

Color Harmonies of #3B7999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7999

Black with #3B7999

Text Example


Text Example

White with #3B7999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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