#3F7D9E

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

Shades of Jelly Bean #3F7D9E

Tints of Jelly Bean #3F7D9E

Color information

#3F7D9E (or 0x3F7D9E) is unknown color: approx Jelly Bean. HEX triplet: 3F, 7D and 9E. RGB value is (63,125,158). Sum of RGB (Red+Green+Blue) = 63+125+158=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F7D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7D9E is #C08261. Grayscale: #6E6E6E. Windows color (decimal): -12616290 or 10386751. OLE color: 10386751.

HSL color Cylindrical-coordinate representation of color #3F7D9E: hue angle of 200.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F7D9E is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63125158-
CMYK0.600.2100.38
HSL200.84º42.99%43.33%-
HSV(B)200.84º60.13%61.96%-
XYZ15.5618.1935.04-
YUV110.22154.9694.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=18.21%
G=36.13%
B=45.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631251580.600.2100.38200.8442.9943.33
Hex3F7D9E3C15026c92b2b
Octal7717523674250463115353
Binary11111111111011001111011110010101010011011001001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,158); }

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

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

 a { background-color: rgb(63,125,158); }

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

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

 span { border-color: rgb(63,125,158); }

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