Html Css Color HEX #3E3E58 Gun Powder

📋 copy color: '#3E3E58'

red 62 ◦ green 62 ◦ blue 88

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

Shades of Gun Powder #3E3E58

Tints of Gun Powder #3E3E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 29.25%
G = 29.25%
B = 41.51%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E3E58 (or 0x3E3E58) is known color: Gun Powder. HEX triplet: 3E, 3E and 58. RGB value is (62,62,88). Sum of RGB (Red+Green+Blue) = 62+62+88=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E58 is #C1C1A7. Grayscale: #404040. Windows color (decimal): -12698024 or 5783102. OLE color: 5783102.

HSL color Cylindrical-coordinate representation of color #3E3E58: hue angle of 240º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3E58 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 62 88 -
CMYK 0.30 0.30 0 0.65
HSL 240º 0.17% 0.29% -
HSV(B) 240º 0.3% 0.35% -
XYZ 5.47 5.17 9.94 -
YUV 64.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 62 62 88 0.30 0.30 0 0.65 240 0.17 0.29
Hex 3E 3E 58 1E 1E 0 41 F0 11 1D
Octal 76 76 130 36 36 0 101 360 21 35
Binary 111110 111110 1011000 11110 11110 0 1000001 11110000 10001 11101

Color Harmonies of #3E3E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3E58

Black with #3E3E58

Text Example


Text Example

White with #3E3E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,62,88); }

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

background-color css

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

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

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

border-color css

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

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

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