Html Css Color HEX #3F8192 Jelly Bean

📋 copy color: '#3F8192'

red 63 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #3F8192

Tints of Jelly Bean #3F8192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 18.64%
G = 38.17%
B = 43.2%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F8192 (or 0x3F8192) is known color: Jelly Bean. HEX triplet: 3F, 81 and 92. RGB value is (63,129,146). Sum of RGB (Red+Green+Blue) = 63+129+146=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F8192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8192 is #C07E6D. Grayscale: #6F6F6F. Windows color (decimal): -12615278 or 9601343. OLE color: 9601343.

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

Color convert

RGB 63 129 146 -
CMYK 0.57 0.12 0 0.43
HSL 192.29º 0.4% 0.41% -
HSV(B) 192.29º 0.57% 0.57% -
XYZ 15.09 18.83 30.03 -
YUV 111.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 63 129 146 0.57 0.12 0 0.43 192.29 0.4 0.41
Hex 3F 81 92 39 C 0 2B C0 28 29
Octal 77 201 222 71 14 0 53 300 50 51
Binary 111111 10000001 10010010 111001 1100 0 101011 11000000 101000 101001

Color Harmonies of #3F8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8192

Black with #3F8192

Text Example


Text Example

White with #3F8192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,146); }

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

background-color css

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

 a { background-color: rgb(63,129,146); }

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

border-color css

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

 span { border-color: rgb(63,129,146); }

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