#3F3447

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

Shades of Jagger #3F3447

Tints of Jagger #3F3447

Color information

#3F3447 (or 0x3F3447) is unknown color: approx Jagger. HEX triplet: 3F, 34 and 47. RGB value is (63,52,71). Sum of RGB (Red+Green+Blue) = 63+52+71=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3447 is #C0CBB8. Grayscale: #393939. Windows color (decimal): -12635065 or 4666431. OLE color: 4666431.

HSL color Cylindrical-coordinate representation of color #3F3447: hue angle of 274.74º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F3447 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB635271-
CMYK0.110.2700.72
HSL274.74º15.45%24.12%-
HSV(B)274.74º26.76%27.84%-
XYZ4.423.976.49-
YUV57.46135.64131.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=33.87%
G=27.96%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6352710.110.2700.72274.7415.4524.12
Hex3F3447B1B048113f18
Octal7764107133301104231730
Binary111111110100100011110111101101001000100010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,52,71); }

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

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

 a { background-color: rgb(63,52,71); }

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

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

 span { border-color: rgb(63,52,71); }

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