#3f7f95

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

Shades of Jelly Bean #3F7F95

Tints of Jelly Bean #3F7F95

Color information

#3F7F95 (or 0x3F7F95) is unknown color: approx Jelly Bean. HEX triplet: 3F, 7F and 95. RGB value is (63,127,149). Sum of RGB (Red+Green+Blue) = 63+127+149=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F7F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7F95 is #C0806A. Grayscale: #6E6E6E. Windows color (decimal): -12615787 or 9797439. OLE color: 9797439.

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

Color convert

RGB63127149-
CMYK0.580.1500.42
HSL195.35º40.57%41.57%-
HSV(B)195.35º57.72%58.43%-
XYZ15.0618.4131.19-
YUV110.37149.894.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.58%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=18.58%
G=37.46%
B=43.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631271490.580.1500.42195.3540.5741.57
Hex3F7F953AF02Ac3292a
Octal7717722572170523035152
Binary1111111111111100101011110101111010101011000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,127,149); }

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

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

 a { background-color: rgb(63,127,149); }

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

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

 span { border-color: rgb(63,127,149); }

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