Html Css Color HEX #3E3C58 Gun Powder

📋 copy color: '#3E3C58'

red 62 ◦ green 60 ◦ blue 88

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

Shades of Gun Powder #3E3C58

Tints of Gun Powder #3E3C58

RGB

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

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

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

R = 29.52%
G = 28.57%
B = 41.9%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E3C58 (or 0x3E3C58) is known color: Gun Powder. HEX triplet: 3E, 3C and 58. RGB value is (62,60,88). Sum of RGB (Red+Green+Blue) = 62+60+88=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C58 is #C1C3A7. Grayscale: #3F3F3F. Windows color (decimal): -12698536 or 5782590. OLE color: 5782590.

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

Color convert

RGB 62 60 88 -
CMYK 0.30 0.32 0 0.65
HSL 244.29º 0.19% 0.29% -
HSV(B) 244.29º 0.32% 0.35% -
XYZ 5.36 4.96 9.91 -
YUV 63.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 62 60 88 0.30 0.32 0 0.65 244.29 0.19 0.29
Hex 3E 3C 58 1E 20 0 41 F4 13 1D
Octal 76 74 130 36 40 0 101 364 23 35
Binary 111110 111100 1011000 11110 100000 0 1000001 11110100 10011 11101

Color Harmonies of #3E3C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3C58

Black with #3E3C58

Text Example


Text Example

White with #3E3C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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