#3F7B90

Color #3F7B90 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #3F7B90

Tints of Jelly Bean #3F7B90

Color information

#3F7B90 (or 0x3F7B90) is unknown color: approx Jelly Bean. HEX triplet: 3F, 7B and 90. RGB value is (63,123,144). Sum of RGB (Red+Green+Blue) = 63+123+144=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7B90 is #C0846F. Grayscale: #6B6B6B. Windows color (decimal): -12616816 or 9468735. OLE color: 9468735.

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

Color convert

RGB63123144-
CMYK0.560.1500.44
HSL195.56º39.13%40.59%-
HSV(B)195.56º56.25%56.47%-
XYZ14.1717.2428.97-
YUV107.45148.6296.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=19.09%
G=37.27%
B=43.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631231440.560.1500.44195.5639.1340.59
Hex3F7B9038F02Cc42729
Octal7717322070170543044751
Binary1111111111011100100001110001111010110011000100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,144); }

 H1.HeaderClassName
 {
   color: #3F7B90;
 }
 .AnyTagClassName
 {
   color: #3F7B90;
 }
</style>
background-color css

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

 a { background-color: rgb(63,123,144); }

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

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

 span { border-color: rgb(63,123,144); }

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