#3F254C

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

Shades of Jagger #3F254C

Tints of Jagger #3F254C

Color information

#3F254C (or 0x3F254C) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 4C. RGB value is (63,37,76). Sum of RGB (Red+Green+Blue) = 63+37+76=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F254C is #C0DAB3. Grayscale: #313131. Windows color (decimal): -12638900 or 4990271. OLE color: 4990271.

HSL color Cylindrical-coordinate representation of color #3F254C: hue angle of 280º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F254C is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB633776-
CMYK0.170.5100.70
HSL280º34.51%22.16%-
HSV(B)280º51.32%29.8%-
XYZ4.022.97.19-
YUV49.22143.11137.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=35.80%
G=21.02%
B=43.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6337760.170.5100.7028034.5122.16
Hex3F254C11330461182316
Octal7745114216301064304326
Binary1111111001011001100100011100110100011010001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,76); }

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

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

 a { background-color: rgb(63,37,76); }

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

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

 span { border-color: rgb(63,37,76); }

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