#3F7E9C

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

Shades of Jelly Bean #3F7E9C

Tints of Jelly Bean #3F7E9C

Color information

#3F7E9C (or 0x3F7E9C) is unknown color: approx Jelly Bean. HEX triplet: 3F, 7E and 9C. RGB value is (63,126,156). Sum of RGB (Red+Green+Blue) = 63+126+156=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F7E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7E9C is #C08163. Grayscale: #6E6E6E. Windows color (decimal): -12616036 or 10255935. OLE color: 10255935.

HSL color Cylindrical-coordinate representation of color #3F7E9C: hue angle of 199.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F7E9C is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63126156-
CMYK0.600.1900.39
HSL199.35º42.47%42.94%-
HSV(B)199.35º59.62%61.18%-
XYZ15.5118.3834.18-
YUV110.58153.6394.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=18.26%
G=36.52%
B=45.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631261560.600.1900.39199.3542.4742.94
Hex3F7E9C3C13027c72a2b
Octal7717623474230473075253
Binary11111111111101001110011110010011010011111000111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,156); }

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

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

 a { background-color: rgb(63,126,156); }

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

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

 span { border-color: rgb(63,126,156); }

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