Html Css Color HEX #3F7795 Jelly Bean

📋 copy color: '#3F7795'

red 63 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #3F7795

Tints of Jelly Bean #3F7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 19.03%
G = 35.95%
B = 45.02%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F7795 (or 0x3F7795) is known color: Jelly Bean. HEX triplet: 3F, 77 and 95. RGB value is (63,119,149). Sum of RGB (Red+Green+Blue) = 63+119+149=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7795 is #C0886A. Grayscale: #696969. Windows color (decimal): -12617835 or 9795391. OLE color: 9795391.

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

Color convert

RGB 63 119 149 -
CMYK 0.58 0.20 0 0.42
HSL 200.93º 0.41% 0.42% -
HSV(B) 200.93º 0.58% 0.58% -
XYZ 14.07 16.42 30.86 -
YUV 105.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 63 119 149 0.58 0.20 0 0.42 200.93 0.41 0.42
Hex 3F 77 95 3A 14 0 2A C9 29 2A
Octal 77 167 225 72 24 0 52 311 51 52
Binary 111111 1110111 10010101 111010 10100 0 101010 11001001 101001 101010

Color Harmonies of #3F7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7795

Black with #3F7795

Text Example


Text Example

White with #3F7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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