Html Css Color HEX #3E304D Jagger

📋 copy color: '#3E304D'

red 62 ◦ green 48 ◦ blue 77

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

Shades of Jagger #3E304D

Tints of Jagger #3E304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 33.16%
G = 25.67%
B = 41.18%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E304D (or 0x3E304D) is known color: Jagger. HEX triplet: 3E, 30 and 4D. RGB value is (62,48,77). Sum of RGB (Red+Green+Blue) = 62+48+77=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E304D is #C1CFB2. Grayscale: #373737. Windows color (decimal): -12701619 or 5058622. OLE color: 5058622.

HSL color Cylindrical-coordinate representation of color #3E304D: hue angle of 268.97º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E304D is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 48 77 -
CMYK 0.19 0.38 0 0.70
HSL 268.97º 0.23% 0.25% -
HSV(B) 268.97º 0.38% 0.3% -
XYZ 4.38 3.67 7.5 -
YUV 55.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 62 48 77 0.19 0.38 0 0.70 268.97 0.23 0.25
Hex 3E 30 4D 13 26 0 46 10D 17 19
Octal 76 60 115 23 46 0 106 415 27 31
Binary 111110 110000 1001101 10011 100110 0 1000110 100001101 10111 11001

Color Harmonies of #3E304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E304D

Black with #3E304D

Text Example


Text Example

White with #3E304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,77); }

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

background-color css

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

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

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

border-color css

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

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

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