Html Css Color HEX #3F799D Jelly Bean

📋 copy color: '#3F799D'

red 63 ◦ green 121 ◦ blue 157

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

Shades of Jelly Bean #3F799D

Tints of Jelly Bean #3F799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 18.48%
G = 35.48%
B = 46.04%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F799D (or 0x3F799D) is known color: Jelly Bean. HEX triplet: 3F, 79 and 9D. RGB value is (63,121,157). Sum of RGB (Red+Green+Blue) = 63+121+157=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F799D is #C08662. Grayscale: #6B6B6B. Windows color (decimal): -12617315 or 10320191. OLE color: 10320191.

HSL color Cylindrical-coordinate representation of color #3F799D: hue angle of 202.98º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F799D is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 121 157 -
CMYK 0.60 0.23 0 0.38
HSL 202.98º 0.43% 0.43% -
HSV(B) 202.98º 0.6% 0.62% -
XYZ 14.97 17.17 34.42 -
YUV 107.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 63 121 157 0.60 0.23 0 0.38 202.98 0.43 0.43
Hex 3F 79 9D 3C 17 0 26 CB 2B 2B
Octal 77 171 235 74 27 0 46 313 53 53
Binary 111111 1111001 10011101 111100 10111 0 100110 11001011 101011 101011

Color Harmonies of #3F799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F799D

Black with #3F799D

Text Example


Text Example

White with #3F799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,121,157); }

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

background-color css

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

 a { background-color: rgb(63,121,157); }

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

border-color css

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

 span { border-color: rgb(63,121,157); }

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