#3F244C

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

Shades of Jagger #3F244C

Tints of Jagger #3F244C

Color information

#3F244C (or 0x3F244C) is unknown color: approx Jagger. HEX triplet: 3F, 24 and 4C. RGB value is (63,36,76). Sum of RGB (Red+Green+Blue) = 63+36+76=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F244C is #C0DBB3. Grayscale: #303030. Windows color (decimal): -12639156 or 4990015. OLE color: 4990015.

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

Color convert

RGB633676-
CMYK0.170.5300.70
HSL280.5º35.71%21.96%-
HSV(B)280.5º52.63%29.8%-
XYZ3.992.847.18-
YUV48.63143.45138.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=36%
G=20.57%
B=43.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6336760.170.5300.70280.535.7121.96
Hex3F244C11350461182416
Octal7744114216501064304426
Binary1111111001001001100100011101010100011010001100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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