Html Css Color HEX #3F818D Jelly Bean

📋 copy color: '#3F818D'

red 63 ◦ green 129 ◦ blue 141

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

Shades of Jelly Bean #3F818D

Tints of Jelly Bean #3F818D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 18.92%
G = 38.74%
B = 42.34%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F818D (or 0x3F818D) is known color: Jelly Bean. HEX triplet: 3F, 81 and 8D. RGB value is (63,129,141). Sum of RGB (Red+Green+Blue) = 63+129+141=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F818D is #C07E72. Grayscale: #6E6E6E. Windows color (decimal): -12615283 or 9273663. OLE color: 9273663.

HSL color Cylindrical-coordinate representation of color #3F818D: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F818D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 129 141 -
CMYK 0.55 0.09 0 0.45
HSL 189.23º 0.38% 0.4% -
HSV(B) 189.23º 0.55% 0.55% -
XYZ 14.71 18.68 28.03 -
YUV 110.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 63 129 141 0.55 0.09 0 0.45 189.23 0.38 0.4
Hex 3F 81 8D 37 9 0 2D BD 26 28
Octal 77 201 215 67 11 0 55 275 46 50
Binary 111111 10000001 10001101 110111 1001 0 101101 10111101 100110 101000

Color Harmonies of #3F818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F818D

Black with #3F818D

Text Example


Text Example

White with #3F818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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