Html Css Color HEX #43344D Jagger

📋 copy color: '#43344D'

red 67 ◦ green 52 ◦ blue 77

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

Shades of Jagger #43344D

Tints of Jagger #43344D

RGB

 RED value IS 67 (26.56% from 255) = 34.18%

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

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

R = 34.18%
G = 26.53%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43344D (or 0x43344D) is known color: Jagger. HEX triplet: 43, 34 and 4D. RGB value is (67,52,77). Sum of RGB (Red+Green+Blue) = 67+52+77=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #43344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43344D is #BCCBB2. Grayscale: #3B3B3B. Windows color (decimal): -12372915 or 5059651. OLE color: 5059651.

HSL color Cylindrical-coordinate representation of color #43344D: hue angle of 276º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43344D is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 52 77 -
CMYK 0.13 0.32 0 0.70
HSL 276º 0.19% 0.25% -
HSV(B) 276º 0.32% 0.3% -
XYZ 4.88 4.19 7.57 -
YUV 59.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 67 52 77 0.13 0.32 0 0.70 276 0.19 0.25
Hex 43 34 4D D 20 0 46 114 13 19
Octal 103 64 115 15 40 0 106 424 23 31
Binary 1000011 110100 1001101 1101 100000 0 1000110 100010100 10011 11001

Color Harmonies of #43344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43344D

Black with #43344D

Text Example


Text Example

White with #43344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43344D; }

 p { color: rgb(67,52,77); }

 H1.HeaderClassName
 {
   color: #43344D;
 }
 .AnyTagClassName
 {
   color: #43344D;
 }
</style>

background-color css

<style>
 a { background-color: #43344D; }

 a { background-color: rgb(67,52,77); }

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

border-color css

<style>
 span { border-color: #43344D; }

 span { border-color: rgb(67,52,77); }

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