Html Css Color HEX #3F8095 Jelly Bean

📋 copy color: '#3F8095'

red 63 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #3F8095

Tints of Jelly Bean #3F8095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 18.53%
G = 37.65%
B = 43.82%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F8095 (or 0x3F8095) is known color: Jelly Bean. HEX triplet: 3F, 80 and 95. RGB value is (63,128,149). Sum of RGB (Red+Green+Blue) = 63+128+149=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8095 is #C07F6A. Grayscale: #6E6E6E. Windows color (decimal): -12615531 or 9797695. OLE color: 9797695.

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

Color convert

RGB 63 128 149 -
CMYK 0.58 0.14 0 0.42
HSL 194.65º 0.41% 0.42% -
HSV(B) 194.65º 0.58% 0.58% -
XYZ 15.19 18.67 31.24 -
YUV 110.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 63 128 149 0.58 0.14 0 0.42 194.65 0.41 0.42
Hex 3F 80 95 3A E 0 2A C3 29 2A
Octal 77 200 225 72 16 0 52 303 51 52
Binary 111111 10000000 10010101 111010 1110 0 101010 11000011 101001 101010

Color Harmonies of #3F8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8095

Black with #3F8095

Text Example


Text Example

White with #3F8095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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