Html Css Color HEX #3E334C Jagger

📋 copy color: '#3E334C'

red 62 ◦ green 51 ◦ blue 76

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

Shades of Jagger #3E334C

Tints of Jagger #3E334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 32.8%
G = 26.98%
B = 40.21%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E334C (or 0x3E334C) is known color: Jagger. HEX triplet: 3E, 33 and 4C. RGB value is (62,51,76). Sum of RGB (Red+Green+Blue) = 62+51+76=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E334C is #C1CCB3. Grayscale: #393939. Windows color (decimal): -12700852 or 4993854. OLE color: 4993854.

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

Color convert

RGB 62 51 76 -
CMYK 0.18 0.33 0 0.70
HSL 266.4º 0.2% 0.25% -
HSV(B) 266.4º 0.33% 0.3% -
XYZ 4.47 3.91 7.36 -
YUV 57.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 62 51 76 0.18 0.33 0 0.70 266.4 0.2 0.25
Hex 3E 33 4C 12 21 0 46 10A 14 19
Octal 76 63 114 22 41 0 106 412 24 31
Binary 111110 110011 1001100 10010 100001 0 1000110 100001010 10100 11001

Color Harmonies of #3E334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E334C

Black with #3E334C

Text Example


Text Example

White with #3E334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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