Html Css Color HEX #3F3C54 Gun Powder

📋 copy color: '#3F3C54'

red 63 ◦ green 60 ◦ blue 84

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

Shades of Gun Powder #3F3C54

Tints of Gun Powder #3F3C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 30.43%
G = 28.99%
B = 40.58%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F3C54 (or 0x3F3C54) is known color: Gun Powder. HEX triplet: 3F, 3C and 54. RGB value is (63,60,84). Sum of RGB (Red+Green+Blue) = 63+60+84=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C54 is #C0C3AB. Grayscale: #3F3F3F. Windows color (decimal): -12633004 or 5520447. OLE color: 5520447.

HSL color Cylindrical-coordinate representation of color #3F3C54: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3C54 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 60 84 -
CMYK 0.25 0.29 0 0.67
HSL 247.5º 0.17% 0.28% -
HSV(B) 247.5º 0.29% 0.33% -
XYZ 5.27 4.93 9.06 -
YUV 63.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 63 60 84 0.25 0.29 0 0.67 247.5 0.17 0.28
Hex 3F 3C 54 19 1D 0 43 F8 11 1C
Octal 77 74 124 31 35 0 103 370 21 34
Binary 111111 111100 1010100 11001 11101 0 1000011 11111000 10001 11100

Color Harmonies of #3F3C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C54

Black with #3F3C54

Text Example


Text Example

White with #3F3C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,84); }

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

background-color css

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

 a { background-color: rgb(63,60,84); }

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

border-color css

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

 span { border-color: rgb(63,60,84); }

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