Html Css Color HEX #3F7796 Jelly Bean

📋 copy color: '#3F7796'

red 63 ◦ green 119 ◦ blue 150

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

Shades of Jelly Bean #3F7796

Tints of Jelly Bean #3F7796

RGB

 RED value IS 63 (25% from 255) = 18.98%

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

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 18.98%
G = 35.84%
B = 45.18%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F7796 (or 0x3F7796) is known color: Jelly Bean. HEX triplet: 3F, 77 and 96. RGB value is (63,119,150). Sum of RGB (Red+Green+Blue) = 63+119+150=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7796 is #C08869. Grayscale: #696969. Windows color (decimal): -12617834 or 9860927. OLE color: 9860927.

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

Color convert

RGB 63 119 150 -
CMYK 0.58 0.21 0 0.41
HSL 201.38º 0.41% 0.42% -
HSV(B) 201.38º 0.58% 0.59% -
XYZ 14.15 16.45 31.28 -
YUV 105.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 63 119 150 0.58 0.21 0 0.41 201.38 0.41 0.42
Hex 3F 77 96 3A 15 0 29 C9 29 2A
Octal 77 167 226 72 25 0 51 311 51 52
Binary 111111 1110111 10010110 111010 10101 0 101001 11001001 101001 101010

Color Harmonies of #3F7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7796

Black with #3F7796

Text Example


Text Example

White with #3F7796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,150); }

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

background-color css

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

 a { background-color: rgb(63,119,150); }

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

border-color css

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

 span { border-color: rgb(63,119,150); }

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