Html Css Color HEX #3F788F Jelly Bean

📋 copy color: '#3F788F'

red 63 ◦ green 120 ◦ blue 143

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

Shades of Jelly Bean #3F788F

Tints of Jelly Bean #3F788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 19.33%
G = 36.81%
B = 43.87%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F788F (or 0x3F788F) is known color: Jelly Bean. HEX triplet: 3F, 78 and 8F. RGB value is (63,120,143). Sum of RGB (Red+Green+Blue) = 63+120+143=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F788F is #C08770. Grayscale: #696969. Windows color (decimal): -12617585 or 9402431. OLE color: 9402431.

HSL color Cylindrical-coordinate representation of color #3F788F: hue angle of 197.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F788F is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 120 143 -
CMYK 0.56 0.16 0 0.44
HSL 197.25º 0.39% 0.4% -
HSV(B) 197.25º 0.56% 0.56% -
XYZ 13.72 16.47 28.44 -
YUV 105.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 63 120 143 0.56 0.16 0 0.44 197.25 0.39 0.4
Hex 3F 78 8F 38 10 0 2C C5 27 28
Octal 77 170 217 70 20 0 54 305 47 50
Binary 111111 1111000 10001111 111000 10000 0 101100 11000101 100111 101000

Color Harmonies of #3F788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F788F

Black with #3F788F

Text Example


Text Example

White with #3F788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,120,143); }

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

background-color css

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

 a { background-color: rgb(63,120,143); }

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

border-color css

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

 span { border-color: rgb(63,120,143); }

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