Html Css Color HEX #3E3C57 Gun Powder

📋 copy color: '#3E3C57'

red 62 ◦ green 60 ◦ blue 87

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

Shades of Gun Powder #3E3C57

Tints of Gun Powder #3E3C57

RGB

 RED value IS 62 (24.61% from 255) = 29.67%

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

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 29.67%
G = 28.71%
B = 41.63%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E3C57 (or 0x3E3C57) is known color: Gun Powder. HEX triplet: 3E, 3C and 57. RGB value is (62,60,87). Sum of RGB (Red+Green+Blue) = 62+60+87=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C57 is #C1C3A8. Grayscale: #3F3F3F. Windows color (decimal): -12698537 or 5717054. OLE color: 5717054.

HSL color Cylindrical-coordinate representation of color #3E3C57: hue angle of 244.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E3C57 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 60 87 -
CMYK 0.29 0.31 0 0.66
HSL 244.44º 0.18% 0.29% -
HSV(B) 244.44º 0.31% 0.34% -
XYZ 5.32 4.94 9.69 -
YUV 63.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 62 60 87 0.29 0.31 0 0.66 244.44 0.18 0.29
Hex 3E 3C 57 1D 1F 0 42 F4 12 1D
Octal 76 74 127 35 37 0 102 364 22 35
Binary 111110 111100 1010111 11101 11111 0 1000010 11110100 10010 11101

Color Harmonies of #3E3C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3C57

Black with #3E3C57

Text Example


Text Example

White with #3E3C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,60,87); }

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

background-color css

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

 a { background-color: rgb(62,60,87); }

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

border-color css

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

 span { border-color: rgb(62,60,87); }

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