Html Css Color HEX #3E3047 Jagger

📋 copy color: '#3E3047'

red 62 ◦ green 48 ◦ blue 71

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

Shades of Jagger #3E3047

Tints of Jagger #3E3047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 34.25%
G = 26.52%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3E3047 (or 0x3E3047) is known color: Jagger. HEX triplet: 3E, 30 and 47. RGB value is (62,48,71). Sum of RGB (Red+Green+Blue) = 62+48+71=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3047 is #C1CFB8. Grayscale: #363636. Windows color (decimal): -12701625 or 4665406. OLE color: 4665406.

HSL color Cylindrical-coordinate representation of color #3E3047: hue angle of 276.52º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E3047 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 48 71 -
CMYK 0.13 0.32 0 0.72
HSL 276.52º 0.19% 0.23% -
HSV(B) 276.52º 0.32% 0.28% -
XYZ 4.18 3.59 6.43 -
YUV 54.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 62 48 71 0.13 0.32 0 0.72 276.52 0.19 0.23
Hex 3E 30 47 D 20 0 48 115 13 17
Octal 76 60 107 15 40 0 110 425 23 27
Binary 111110 110000 1000111 1101 100000 0 1001000 100010101 10011 10111

Color Harmonies of #3E3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3047

Black with #3E3047

Text Example


Text Example

White with #3E3047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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