Html Css Color HEX #3F7794 Jelly Bean

📋 copy color: '#3F7794'

red 63 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #3F7794

Tints of Jelly Bean #3F7794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 19.09%
G = 36.06%
B = 44.85%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F7794 (or 0x3F7794) is known color: Jelly Bean. HEX triplet: 3F, 77 and 94. RGB value is (63,119,148). Sum of RGB (Red+Green+Blue) = 63+119+148=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F7794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7794 is #C0886B. Grayscale: #696969. Windows color (decimal): -12617836 or 9729855. OLE color: 9729855.

HSL color Cylindrical-coordinate representation of color #3F7794: hue angle of 200.47º 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 #3F7794 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 119 148 -
CMYK 0.57 0.20 0 0.42
HSL 200.47º 0.4% 0.41% -
HSV(B) 200.47º 0.57% 0.58% -
XYZ 13.99 16.39 30.44 -
YUV 105.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 63 119 148 0.57 0.20 0 0.42 200.47 0.4 0.41
Hex 3F 77 94 39 14 0 2A C8 28 29
Octal 77 167 224 71 24 0 52 310 50 51
Binary 111111 1110111 10010100 111001 10100 0 101010 11001000 101000 101001

Color Harmonies of #3F7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7794

Black with #3F7794

Text Example


Text Example

White with #3F7794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,148); }

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

background-color css

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

 a { background-color: rgb(63,119,148); }

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

border-color css

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

 span { border-color: rgb(63,119,148); }

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