Html Css Color HEX #3F7396 Jelly Bean

📋 copy color: '#3F7396'

red 63 ◦ green 115 ◦ blue 150

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

Shades of Jelly Bean #3F7396

Tints of Jelly Bean #3F7396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

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

R = 19.21%
G = 35.06%
B = 45.73%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F7396 (or 0x3F7396) is known color: Jelly Bean. HEX triplet: 3F, 73 and 96. RGB value is (63,115,150). Sum of RGB (Red+Green+Blue) = 63+115+150=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7396 is #C08C69. Grayscale: #676767. Windows color (decimal): -12618858 or 9859903. OLE color: 9859903.

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

Color convert

RGB 63 115 150 -
CMYK 0.58 0.23 0 0.41
HSL 204.14º 0.41% 0.42% -
HSV(B) 204.14º 0.58% 0.59% -
XYZ 13.69 15.52 31.13 -
YUV 103.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 63 115 150 0.58 0.23 0 0.41 204.14 0.41 0.42
Hex 3F 73 96 3A 17 0 29 CC 29 2A
Octal 77 163 226 72 27 0 51 314 51 52
Binary 111111 1110011 10010110 111010 10111 0 101001 11001100 101001 101010

Color Harmonies of #3F7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7396

Black with #3F7396

Text Example


Text Example

White with #3F7396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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