Html Css Color HEX #403344 Jagger

📋 copy color: '#403344'

red 64 ◦ green 51 ◦ blue 68

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

Shades of Jagger #403344

Tints of Jagger #403344

RGB

 RED value IS 64 (25.39% from 255) = 34.97%

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 34.97%
G = 27.87%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403344 (or 0x403344) is known color: Jagger. HEX triplet: 40, 33 and 44. RGB value is (64,51,68). Sum of RGB (Red+Green+Blue) = 64+51+68=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #403344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403344 is #BFCCBB. Grayscale: #383838. Windows color (decimal): -12569788 or 4469568. OLE color: 4469568.

HSL color Cylindrical-coordinate representation of color #403344: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403344 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 51 68 -
CMYK 0.06 0.25 0 0.73
HSL 285.88º 0.14% 0.23% -
HSV(B) 285.88º 0.25% 0.27% -
XYZ 4.34 3.87 5.99 -
YUV 56.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 64 51 68 0.06 0.25 0 0.73 285.88 0.14 0.23
Hex 40 33 44 6 19 0 49 11E E 17
Octal 100 63 104 6 31 0 111 436 16 27
Binary 1000000 110011 1000100 110 11001 0 1001001 100011110 1110 10111

Color Harmonies of #403344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403344

Black with #403344

Text Example


Text Example

White with #403344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403344; }

 p { color: rgb(64,51,68); }

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

background-color css

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

 a { background-color: rgb(64,51,68); }

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

border-color css

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

 span { border-color: rgb(64,51,68); }

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