#3F244A

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

Shades of Jagger #3F244A

Tints of Jagger #3F244A

Color information

#3F244A (or 0x3F244A) is unknown color: approx Jagger. HEX triplet: 3F, 24 and 4A. RGB value is (63,36,74). Sum of RGB (Red+Green+Blue) = 63+36+74=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F244A is #C0DBB5. Grayscale: #303030. Windows color (decimal): -12639158 or 4858943. OLE color: 4858943.

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

Color convert

RGB633674-
CMYK0.150.5100.71
HSL282.63º34.55%21.57%-
HSV(B)282.63º51.35%29.02%-
XYZ3.922.816.82-
YUV48.4142.45138.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=36.42%
G=20.81%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6336740.150.5100.71282.6334.5521.57
Hex3F244AF3304711b2316
Octal7744112176301074334326
Binary111111100100100101011111100110100011110001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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