Html Css Color HEX #3F7196 Jelly Bean

📋 copy color: '#3F7196'

red 63 ◦ green 113 ◦ blue 150

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

Shades of Jelly Bean #3F7196

Tints of Jelly Bean #3F7196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 19.33%
G = 34.66%
B = 46.01%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F7196 (or 0x3F7196) is known color: Jelly Bean. HEX triplet: 3F, 71 and 96. RGB value is (63,113,150). Sum of RGB (Red+Green+Blue) = 63+113+150=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7196 is #C08E69. Grayscale: #666666. Windows color (decimal): -12619370 or 9859391. OLE color: 9859391.

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

Color convert

RGB 63 113 150 -
CMYK 0.58 0.25 0 0.41
HSL 205.52º 0.41% 0.42% -
HSV(B) 205.52º 0.58% 0.59% -
XYZ 13.46 15.07 31.05 -
YUV 102.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 63 113 150 0.58 0.25 0 0.41 205.52 0.41 0.42
Hex 3F 71 96 3A 19 0 29 CE 29 2A
Octal 77 161 226 72 31 0 51 316 51 52
Binary 111111 1110001 10010110 111010 11001 0 101001 11001110 101001 101010

Color Harmonies of #3F7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7196

Black with #3F7196

Text Example


Text Example

White with #3F7196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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