Html Css Color HEX #3E3B56 Gun Powder

📋 copy color: '#3E3B56'

red 62 ◦ green 59 ◦ blue 86

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

Shades of Gun Powder #3E3B56

Tints of Gun Powder #3E3B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 29.95%
G = 28.5%
B = 41.55%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E3B56 (or 0x3E3B56) is known color: Gun Powder. HEX triplet: 3E, 3B and 56. RGB value is (62,59,86). Sum of RGB (Red+Green+Blue) = 62+59+86=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E3B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3B56 is #C1C4A9. Grayscale: #3E3E3E. Windows color (decimal): -12698794 or 5651262. OLE color: 5651262.

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

Color convert

RGB 62 59 86 -
CMYK 0.28 0.31 0 0.66
HSL 246.67º 0.19% 0.28% -
HSV(B) 246.67º 0.31% 0.34% -
XYZ 5.23 4.82 9.46 -
YUV 62.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 62 59 86 0.28 0.31 0 0.66 246.67 0.19 0.28
Hex 3E 3B 56 1C 1F 0 42 F7 13 1C
Octal 76 73 126 34 37 0 102 367 23 34
Binary 111110 111011 1010110 11100 11111 0 1000010 11110111 10011 11100

Color Harmonies of #3E3B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B56

Black with #3E3B56

Text Example


Text Example

White with #3E3B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,86); }

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

background-color css

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

 a { background-color: rgb(62,59,86); }

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

border-color css

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

 span { border-color: rgb(62,59,86); }

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