Html Css Color HEX #3E264C Jagger

📋 copy color: '#3E264C'

red 62 ◦ green 38 ◦ blue 76

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

Shades of Jagger #3E264C

Tints of Jagger #3E264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 35.23%
G = 21.59%
B = 43.18%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E264C (or 0x3E264C) is known color: Jagger. HEX triplet: 3E, 26 and 4C. RGB value is (62,38,76). Sum of RGB (Red+Green+Blue) = 62+38+76=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E264C is #C1D9B3. Grayscale: #313131. Windows color (decimal): -12704180 or 4990526. OLE color: 4990526.

HSL color Cylindrical-coordinate representation of color #3E264C: hue angle of 277.89º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E264C is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 38 76 -
CMYK 0.18 0.5 0 0.70
HSL 277.89º 0.33% 0.22% -
HSV(B) 277.89º 0.5% 0.3% -
XYZ 3.98 2.93 7.19 -
YUV 49.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 62 38 76 0.18 0.5 0 0.70 277.89 0.33 0.22
Hex 3E 26 4C 12 32 0 46 116 21 16
Octal 76 46 114 22 62 0 106 426 41 26
Binary 111110 100110 1001100 10010 110010 0 1000110 100010110 100001 10110

Color Harmonies of #3E264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E264C

Black with #3E264C

Text Example


Text Example

White with #3E264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,76); }

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

background-color css

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

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

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

border-color css

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

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

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