Html Css Color HEX #3F7696 Jelly Bean

📋 copy color: '#3F7696'

red 63 ◦ green 118 ◦ blue 150

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

Shades of Jelly Bean #3F7696

Tints of Jelly Bean #3F7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 19.03%
G = 35.65%
B = 45.32%

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

#3F7696 (or 0x3F7696) is known color: Jelly Bean. HEX triplet: 3F, 76 and 96. RGB value is (63,118,150). Sum of RGB (Red+Green+Blue) = 63+118+150=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7696 is #C08969. Grayscale: #696969. Windows color (decimal): -12618090 or 9860671. OLE color: 9860671.

HSL color Cylindrical-coordinate representation of color #3F7696: hue angle of 202.07º 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 #3F7696 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 118 150 -
CMYK 0.58 0.21 0 0.41
HSL 202.07º 0.41% 0.42% -
HSV(B) 202.07º 0.58% 0.59% -
XYZ 14.03 16.22 31.24 -
YUV 105.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 63 118 150 0.58 0.21 0 0.41 202.07 0.41 0.42
Hex 3F 76 96 3A 15 0 29 CA 29 2A
Octal 77 166 226 72 25 0 51 312 51 52
Binary 111111 1110110 10010110 111010 10101 0 101001 11001010 101001 101010

Color Harmonies of #3F7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7696

Black with #3F7696

Text Example


Text Example

White with #3F7696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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