#443754

Color #443754 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #443754

Tints of Jagger #443754

Color information

#443754 (or 0x443754) is unknown color: approx Jagger. HEX triplet: 44, 37 and 54. RGB value is (68,55,84). Sum of RGB (Red+Green+Blue) = 68+55+84=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #443754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443754 is #BBC8AB. Grayscale: #3E3E3E. Windows color (decimal): -12306604 or 5519172. OLE color: 5519172.

HSL color Cylindrical-coordinate representation of color #443754: hue angle of 266.9º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443754 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB685584-
CMYK0.190.3500.67
HSL266.9º20.86%27.25%-
HSV(B)266.9º34.52%32.94%-
XYZ5.354.68.99-
YUV62.19140.31132.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=32.85%
G=26.57%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6855840.190.3500.67266.920.8627.25
Hex443754132304310b151b
Octal10467124234301034132533
Binary1000100110111101010010011100011010000111000010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443754; }

 p { color: rgb(68,55,84); }

 H1.HeaderClassName
 {
   color: #443754;
 }
 .AnyTagClassName
 {
   color: #443754;
 }
</style>
background-color css

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

 a { background-color: rgb(68,55,84); }

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

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

 span { border-color: rgb(68,55,84); }

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