Html Css Color HEX #3F7993 Jelly Bean

📋 copy color: '#3F7993'

red 63 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #3F7993

Tints of Jelly Bean #3F7993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.41%

R = 19.03%
G = 36.56%
B = 44.41%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F7993 (or 0x3F7993) is known color: Jelly Bean. HEX triplet: 3F, 79 and 93. RGB value is (63,121,147). Sum of RGB (Red+Green+Blue) = 63+121+147=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F7993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7993 is #C0866C. Grayscale: #6A6A6A. Windows color (decimal): -12617325 or 9664831. OLE color: 9664831.

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

Color convert

RGB 63 121 147 -
CMYK 0.57 0.18 0 0.42
HSL 198.57º 0.4% 0.41% -
HSV(B) 198.57º 0.57% 0.58% -
XYZ 14.15 16.84 30.11 -
YUV 106.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 63 121 147 0.57 0.18 0 0.42 198.57 0.4 0.41
Hex 3F 79 93 39 12 0 2A C7 28 29
Octal 77 171 223 71 22 0 52 307 50 51
Binary 111111 1111001 10010011 111001 10010 0 101010 11000111 101000 101001

Color Harmonies of #3F7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7993

Black with #3F7993

Text Example


Text Example

White with #3F7993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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