Html Css Color HEX #3F324D Jagger

📋 copy color: '#3F324D'

red 63 ◦ green 50 ◦ blue 77

#3F324D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3F324D

Tints of Jagger #3F324D

RGB

 RED value IS 63 (25% from 255) = 33.16%

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 33.16%
G = 26.32%
B = 40.53%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F324D (or 0x3F324D) is known color: Jagger. HEX triplet: 3F, 32 and 4D. RGB value is (63,50,77). Sum of RGB (Red+Green+Blue) = 63+50+77=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F324D is #C0CDB2. Grayscale: #383838. Windows color (decimal): -12635571 or 5059135. OLE color: 5059135.

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

Color convert

RGB 63 50 77 -
CMYK 0.18 0.35 0 0.70
HSL 268.89º 0.21% 0.25% -
HSV(B) 268.89º 0.35% 0.3% -
XYZ 4.53 3.87 7.53 -
YUV 56.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 63 50 77 0.18 0.35 0 0.70 268.89 0.21 0.25
Hex 3F 32 4D 12 23 0 46 10D 15 19
Octal 77 62 115 22 43 0 106 415 25 31
Binary 111111 110010 1001101 10010 100011 0 1000110 100001101 10101 11001

Color Harmonies of #3F324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F324D

Black with #3F324D

Text Example


Text Example

White with #3F324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,77); }

 H1.HeaderClassName
 {
   color: #3F324D;
 }
 .AnyTagClassName
 {
   color: #3F324D;
 }
</style>

background-color css

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

 a { background-color: rgb(63,50,77); }

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

border-color css

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

 span { border-color: rgb(63,50,77); }

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