#3F204B

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

Shades of Jagger #3F204B

Tints of Jagger #3F204B

Color information

#3F204B (or 0x3F204B) is unknown color: approx Jagger. HEX triplet: 3F, 20 and 4B. RGB value is (63,32,75). Sum of RGB (Red+Green+Blue) = 63+32+75=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F204B is #C0DFB4. Grayscale: #2E2E2E. Windows color (decimal): -12640181 or 4923455. OLE color: 4923455.

HSL color Cylindrical-coordinate representation of color #3F204B: hue angle of 283.26º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F204B is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB633275-
CMYK0.160.5700.71
HSL283.26º40.19%20.98%-
HSV(B)283.26º57.33%29.41%-
XYZ3.842.66.96-
YUV46.17144.27140-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=37.06%
G=18.82%
B=44.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6332750.160.5700.71283.2640.1920.98
Hex3F204B103904711b2815
Octal7740113207101074335025
Binary1111111000001001011100001110010100011110001101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,75); }

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

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

 a { background-color: rgb(63,32,75); }

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

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

 span { border-color: rgb(63,32,75); }

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