Html Css Color HEX #3F788C Jelly Bean

📋 copy color: '#3F788C'

red 63 ◦ green 120 ◦ blue 140

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

Shades of Jelly Bean #3F788C

Tints of Jelly Bean #3F788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 19.5%
G = 37.15%
B = 43.34%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F788C (or 0x3F788C) is known color: Jelly Bean. HEX triplet: 3F, 78 and 8C. RGB value is (63,120,140). Sum of RGB (Red+Green+Blue) = 63+120+140=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F788C is #C08773. Grayscale: #696969. Windows color (decimal): -12617588 or 9205823. OLE color: 9205823.

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

Color convert

RGB 63 120 140 -
CMYK 0.55 0.14 0 0.45
HSL 195.58º 0.38% 0.4% -
HSV(B) 195.58º 0.55% 0.55% -
XYZ 13.5 16.38 27.26 -
YUV 105.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 63 120 140 0.55 0.14 0 0.45 195.58 0.38 0.4
Hex 3F 78 8C 37 E 0 2D C4 26 28
Octal 77 170 214 67 16 0 55 304 46 50
Binary 111111 1111000 10001100 110111 1110 0 101101 11000100 100110 101000

Color Harmonies of #3F788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F788C

Black with #3F788C

Text Example


Text Example

White with #3F788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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