Html Css Color HEX #3F8293 Jelly Bean

📋 copy color: '#3F8293'

red 63 ◦ green 130 ◦ blue 147

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

Shades of Jelly Bean #3F8293

Tints of Jelly Bean #3F8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 18.53%
G = 38.24%
B = 43.24%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F8293 (or 0x3F8293) is known color: Jelly Bean. HEX triplet: 3F, 82 and 93. RGB value is (63,130,147). Sum of RGB (Red+Green+Blue) = 63+130+147=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F8293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8293 is #C07D6C. Grayscale: #6F6F6F. Windows color (decimal): -12615021 or 9667135. OLE color: 9667135.

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

Color convert

RGB 63 130 147 -
CMYK 0.57 0.12 0 0.42
HSL 192.14º 0.4% 0.41% -
HSV(B) 192.14º 0.57% 0.58% -
XYZ 15.3 19.13 30.49 -
YUV 111.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 63 130 147 0.57 0.12 0 0.42 192.14 0.4 0.41
Hex 3F 82 93 39 C 0 2A C0 28 29
Octal 77 202 223 71 14 0 52 300 50 51
Binary 111111 10000010 10010011 111001 1100 0 101010 11000000 101000 101001

Color Harmonies of #3F8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8293

Black with #3F8293

Text Example


Text Example

White with #3F8293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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