Html Css Color HEX #3D224D Jagger

📋 copy color: '#3D224D'

red 61 ◦ green 34 ◦ blue 77

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

Shades of Jagger #3D224D

Tints of Jagger #3D224D

RGB

 RED value IS 61 (24.22% from 255) = 35.47%

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 35.47%
G = 19.77%
B = 44.77%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D224D (or 0x3D224D) is known color: Jagger. HEX triplet: 3D, 22 and 4D. RGB value is (61,34,77). Sum of RGB (Red+Green+Blue) = 61+34+77=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D224D is #C2DDB2. Grayscale: #2E2E2E. Windows color (decimal): -12770739 or 5055037. OLE color: 5055037.

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

Color convert

RGB 61 34 77 -
CMYK 0.21 0.56 0 0.70
HSL 277.67º 0.39% 0.22% -
HSV(B) 277.67º 0.56% 0.3% -
XYZ 3.84 2.67 7.33 -
YUV 46.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 61 34 77 0.21 0.56 0 0.70 277.67 0.39 0.22
Hex 3D 22 4D 15 38 0 46 116 27 16
Octal 75 42 115 25 70 0 106 426 47 26
Binary 111101 100010 1001101 10101 111000 0 1000110 100010110 100111 10110

Color Harmonies of #3D224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D224D

Black with #3D224D

Text Example


Text Example

White with #3D224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,34,77); }

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

background-color css

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

 a { background-color: rgb(61,34,77); }

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

border-color css

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

 span { border-color: rgb(61,34,77); }

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