Html Css Color HEX #3E3F5B Gun Powder

📋 copy color: '#3E3F5B'

red 62 ◦ green 63 ◦ blue 91

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

Shades of Gun Powder #3E3F5B

Tints of Gun Powder #3E3F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 28.7%
G = 29.17%
B = 42.13%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E3F5B (or 0x3E3F5B) is known color: Gun Powder. HEX triplet: 3E, 3F and 5B. RGB value is (62,63,91). Sum of RGB (Red+Green+Blue) = 62+63+91=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E3F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F5B is #C1C0A4. Grayscale: #414141. Windows color (decimal): -12697765 or 5979966. OLE color: 5979966.

HSL color Cylindrical-coordinate representation of color #3E3F5B: hue angle of 237.93º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E3F5B is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 63 91 -
CMYK 0.32 0.31 0 0.64
HSL 237.93º 0.19% 0.3% -
HSV(B) 237.93º 0.32% 0.36% -
XYZ 5.65 5.33 10.63 -
YUV 65.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 62 63 91 0.32 0.31 0 0.64 237.93 0.19 0.3
Hex 3E 3F 5B 20 1F 0 40 EE 13 1E
Octal 76 77 133 40 37 0 100 356 23 36
Binary 111110 111111 1011011 100000 11111 0 1000000 11101110 10011 11110

Color Harmonies of #3E3F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3F5B

Black with #3E3F5B

Text Example


Text Example

White with #3E3F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,63,91); }

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

background-color css

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

 a { background-color: rgb(62,63,91); }

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

border-color css

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

 span { border-color: rgb(62,63,91); }

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