Html Css Color HEX #3D3446 Jagger

📋 copy color: '#3D3446'

red 61 ◦ green 52 ◦ blue 70

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

Shades of Jagger #3D3446

Tints of Jagger #3D3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 33.33%
G = 28.42%
B = 38.25%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3D3446 (or 0x3D3446) is known color: Jagger. HEX triplet: 3D, 34 and 46. RGB value is (61,52,70). Sum of RGB (Red+Green+Blue) = 61+52+70=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3446 is #C2CBB9. Grayscale: #383838. Windows color (decimal): -12766138 or 4600893. OLE color: 4600893.

HSL color Cylindrical-coordinate representation of color #3D3446: hue angle of 270º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D3446 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 52 70 -
CMYK 0.13 0.26 0 0.73
HSL 270º 0.15% 0.24% -
HSV(B) 270º 0.26% 0.27% -
XYZ 4.26 3.89 6.32 -
YUV 56.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 61 52 70 0.13 0.26 0 0.73 270 0.15 0.24
Hex 3D 34 46 D 1A 0 49 10E F 18
Octal 75 64 106 15 32 0 111 416 17 30
Binary 111101 110100 1000110 1101 11010 0 1001001 100001110 1111 11000

Color Harmonies of #3D3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3446

Black with #3D3446

Text Example


Text Example

White with #3D3446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,52,70); }

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

background-color css

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

 a { background-color: rgb(61,52,70); }

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

border-color css

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

 span { border-color: rgb(61,52,70); }

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